Top "React-native-android" questions

React-native-android: refers everything related to react-native Android development.

React Native Android location request timed out

In IOS there isn't a problem while looking for gps coords. It works fine. On Android side its not stable …

android react-native gps react-native-android
Best file picker for react native

I've tried react-native-file-picker, react-native-file-chooser, react-native-document-chooser etc, but none of them are working properly. Can anyone suggest me a good functional …

react-native react-native-android react-native-ios
React Native app crashes without any error log

React Native app crashing without any error log. No output on "react-native log-android" terminal, no red screen with error, Android …

react-native crash react-native-android
Hot Reload not working in react-native android

I tried it on windows 10 and Ubuntu 16.04. In both cases the Hot Reload only works with changes in jsx, but …

react-native react-native-android create-react-native-app watchman hot-reload
Gradle: Could not initialize class org.codehaus.groovy.runtime.InvokerHelper

I saw this gradle error: "Could not initialize class org.codehaus.groovy.runtime.InvokerHelper". I have tried multiple ways listed …

react-native android-studio gradle react-native-android gradlew
React-Native FlatList performance problems with large list

My code gets Json data to an array lists the data using a FlatList. It looks like a phonebook photo …

javascript react-native react-native-android react-native-flatlist
Gradlew bundleRelease doesnt generate release apk in react-native

I try to get apk of app. I did it before well. However, I tried to use get apk of …

react-native-android
How to check if a key exists in AsyncStorage in React Native? getItem() always returns a promise object

I'm trying to check whether a key is available in AsyncStorage with AsyncStorage.getItem('key_name'). If the key is …

javascript react-native react-native-android asyncstorage
react native maps marker custom image cannot change from default

I've spent about 5 hours trying to get this to work with many different permutations of code, and then rebuilding. I …

react-native google-maps-markers react-native-android react-native-maps
How to pass props to component inside a React Navigation navigator?

I'm trying to pass props to a component that has been wrapped through a call to create...Navigator call, i.…

javascript reactjs react-native react-native-android react-navigation