Splash screen GIF in react native
I am making an application with react native with native code of android and ios, in the application specifications a splash screen with a GiF is required, I have already inserted the required...
View ArticleRNCamera Error:TypeError:...
[Unhandled promise rejection: TypeError: CameraManager.checkIfRecordAudioPermissionsAreDefined is not a function. (In 'CameraManager.checkIfRecordAudioPermissionsAreDefined()',...
View ArticleReact native MapView indoor level picker working on iOS but not Android
When using the mapView, part of the react-native-map library, the indoor level picker toggle works on ios devices, when zoomed in on certain buildings, but does not work at all on android devices....
View ArticleReact-native - Stuck on splash screen on android with debug apk
None of the solutions provided to existing questions help. I have no issues with iOS and running on my android device with the development server. But debug-apk is stuck on the splash screen and I...
View ArticleExpo React Native app with React Navigation 5, crashes on Android when...
Problem: On android, I open the app and reach the navigator's initial screen, then touch it and it crashes completely (doesn't show errors).Package.json:"dependencies": { "@apollo/react-hooks":...
View ArticleReact Native npm run eject error when i try to emulate my app in an android...
I'm going to create a very simple react native app according to the instructions given in Herewhen I get to the point where we eject the app to use in android device or android studio emulator i get...
View Articlemaking react native to use a Android simulator located at other computer
Is there a way to configure npx react-native run-android to use a virtual Android device in another computer? I need this because for a given project I can run npm start npx react-native from a docker...
View ArticleSharing a single ReactInstanceManager between multiple instances of React...
I integrated React Native into a native Android app and I create new instances of React Native activities from the native code. Here is the code for the class that wraps ReactInstanceManager:public...
View ArticleReact native version mismatch: native version: 0.61.5, javascript version:...
I have a react-native app, which does not use expo. I get the following error: React Native version mismatch. │ │ JavaScript version: 0.57.7 │ Native version: 0.61.5 │ └ Make sure that you have rebuilt...
View ArticleAdd replies to Android notifications while using react-native-firebase
Android 7.0 introduced the ability for users to enter text directly into a notification in order to respond to it, without opening the app. I am using the react-native-firebase project in order to...
View ArticleReact Native version mismatch - only when compiled in Android Studio - works...
I recently updated my react native app to version 0.61.5. The old version was 0.59.3Everything was working fine while I was doing the upgrades. Then, I tried to make a signed APK and submit for beta...
View Articlereact-native vs reactXP
I have started developing an application for all the three platforms (web, ios and android) with single code base.I came across these two libraries and I want to know which one is better and why?Also,...
View ArticleHow to solve "libmain.so not found" while using Unity as a library in Android...
We have a ReactNative application that has integrated Unity based on react-native-unity-view successfully as a library for quite a long time. However, after most recent updates on ReactNative regarding...
View ArticleReact Native - how to trim a string
I want to delete the whitespaces from the beginning and the end of a string. For example, given a string " Test ", I would like to receive "Test". I have tried JavaScript's methods and also some npm...
View ArticleReact Native build fails on building a new build type other than debug/release
I am trying to prepare a staging release build but by my build is failing. It gives me a huge list of errors. I have modified my build.gradle to add a staging environment. I am not sure why this is...
View Articlereact-native: command not found
I am getting -bash: react-native: command not found error while creating react-native project.Below are the additional info1. brew --version homebrew 0.9.9 2 brew info watchman watchman `enter code...
View ArticleReact Native App keeps closing after opening it without crashing
I published my .apk file using the link https://reactnative.dev/docs/signed-apk-android and I installed it on my android device. When I open it, it immediately gets closed, it doesn't crash but doesn't...
View Articlereact-native-vector-icons/AntDesign could not be found within the...
I am facing following issue.Error: Unable to resolve module `react-native-vector-icons/AntDesign` from `node_modules/react-native-elements/src/helpers/getIconType.js`:...
View ArticleCould not find support-compat.aar (com.android.support:support-compat:26.1.0)
im trying to use spinkit react native library and its working on ios but when i export it on android i get this log* What went wrong: A problem occurred configuring project ':app'. > Could not...
View ArticleReact Native bridging Android sending back base64string
I have a module in Java that will should send back a base64string which will be coming from some small image (out of context of the question). The call is successful and doesn't throw any error but...
View Article