Top "React-native-android" questions

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

error: uncompiled PNG file passed as argument. Must be compiled first into .flat file

In react-native, I am trying to generate signed APK following their instructions. But when I execute this ./gradlew assembleRelease command …

android reactjs react-native react-native-android
React Native Tab View - display tab bar on top while scrolling

I'm using React Native Tab View, and I use renderTabBar to display my Custom Tab Bar. So my question, how …

react-native react-native-android react-native-tab-view
Get "supportLibVersion" , "playServicesVersion" and "androidMapsUtilsVersion" Value in configuration react-native-maps

I am installing react-native-maps. In the installation guide, on Build configuration on Android in Section 3.1, it shows: buildscript { ext { buildToolsVersion = "…

javascript react-native google-play-services react-native-android react-native-maps
React Native Month and Year Picker

i have successfully selected date and time in my react app using a react-native-modal-datetime-picker it worked smooth i want a …

react-native react-native-android hybrid-mobile-app react-native-ios
Is python 3 compatible with react native? or should I install python 2 as documentation of react suggests it?

React native documentation says python2 is required but what if python3 is installed? will I get errors in react native …

react-native react-native-android
Start React Native command line interface

this is the first time I started to work on the React Native Android Application But I am facing problem …

android react-native hybrid-mobile-app react-native-android
You attempted to use a firebase module that's not installed on your android project by calling firebase.storage()

Im trying to use firebase storage on React Native using the react-native-firebase module and when y call firebase storage I …

react-native-android react-native-firebase
request formData to API, gets “Network Error” in axios while uploading image

I am making a POST request to server to upload an image and sending formdata using axios in react-native. i …

react-native axios react-native-android multipartform-data react-native-image-picker
How to schedule background job at specific time in react native

I want to execute some Task T at specific time in a day in background in react native. I see …

android ios react-native react-native-android react-native-ios
Why "Watchman crawl failed" error in react-native immediately after updating to macOS catalina?

Trying to run react-native run-ios or build RN project from xcode, as soon as metro bundler starts, this error appears …

react-native terminal react-native-android react-native-ios watchman