Why Keyboard dismiss not work on React Native when firebase call?
Keyboard.dismiss() not working when I implement firebase login. The keyboard stays up on to the next page where you have to manually close it. Does anyone know how to get the keyboard to go away?When I...
View ArticleAndroid - remove all app, except settings and custom app
I am working on a project where I am developing mobile app (android) using react native. The development of the app is fine. However, I need to remove all other apps from the existing device (I am...
View Articlejava.lang.ArrayIndexOutOfBoundsException in...
Hi i am working in react native 0.61.4 and i got crashes in android not for iOS....
View ArticleCould not load exp:// Something went wrong
I have created a project using Expo XDE. I checked this Can't load expo app: Something went wrong but I have already enabled "Draw over other apps". It works https://expo.io/@ajaysaini/first-proj when...
View ArticleERROR android-emu/android/qt/qt_setup.cpp:28:Qt library not found at...
I am trying to work with the native native for a school project, but when executing the following command in cmd: emulator -version he returned this error to...
View ArticleHow to update version number of react native app
I am using React native with Android. How can I update version number in the app? As I am getting this error.I am generating file as per this url...
View ArticleUncheckedIOException: java.nio.file.AccessDeniedException
On trying to create release apk from my react native app. I am getting this following error:Caused by: org.gradle.api.UncheckedIOException: java.nio.file.AccessDeniedException:...
View ArticleReact Native on Android: Unable to determine the current character, it is not...
I create a new application and insert a old code, when i build the application this error appears:Script...
View ArticleHow do I request permission for Android Device Location in React Native at...
I have been trying to use React Native 's GeoLocalisation for an Android App. The poorly documentated module is found here https://facebook.github.io/react-native/docs/geolocation.html. According to...
View ArticleHow to create dev/staging/preprod/prod and default environment using expo SDK...
I am using SDK36 of expo and I need to create a cross platform app for iOS, Android and the Web.I have found that --release-channel will allow me different release between iOS and Android, it can be...
View ArticleRNCamera Error:TypeError:...
[Unhandled promise rejection: TypeError: CameraManager.checkIfRecordAudioPermissionsAreDefined is not a function. (In 'CameraManager.checkIfRecordAudioPermissionsAreDefined()',...
View ArticleGoogleSignin.signIn() return null idToken
As in title I am getting null for idToken and accessToken values while calling the GoogleSignin.signIn()the code ( it is same as the example from here : export async function googleLogin() { try { //...
View ArticleError in react native, close in production mode
I am working on a mobile application in react-native, the application has a television streaming, at the beginning I got the error of 'ERROR STORING DATA ERROR: DATABASE OR DISK IS FULL (CODE 13 SQLITE...
View ArticleHow to handle Gitlab-CI and expo build/publish?
I work on a react-native application that I am building with expo SDK36.I want to build and publish within a Gitlab-CI but it fail, this is how my .gitlab-ci.yml job look like:staging-native: stage:...
View ArticleReact native fbsdk not working with Facebook app
React native fbsdk is not working if facebook own app is installed on the device. i am using import { LoginButton, AccessToken, GraphRequest, GraphRequestManager, LoginManager } from...
View ArticleHow to change the location using Mock permission in android - React Native
I'm new to React-Native. In my project, I'm trying to set the fake location. So for that, I'm getting Mock Permission in Android.Xml. <uses-permission...
View ArticleHow do I open react-native's dev menu on real device
I have seen already a number of border cases and strange developer interface.From the "shake your device", which is really impractical, specially with a tabletTo working around Android studio to...
View ArticleSmooth splashscreen transition in react native
I use react-native-splashscreen for my react-native android app. Splashscreen display as it is. At the same time i need react-native-restart to restart app on language changes.react-native-restartwill...
View ArticlePush notification not showing in Android foreground
I've used react-native-fcm for remote notification in android and iPhone.react-native-fcmIn Android foreground I'm not be able to getting remote notification in notification bar.In background mode I'm...
View ArticleinstallDebug fails in reactnative with INSTALL_FAILED_DEXOPT
I run my react-native app on my android emulator with android 5.1 but I am receiving the below error while running the app on my emulator. I checked if the emulator is connected to my PC using adb...
View Article