Top "React-native-android" questions

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

Unable to load script from assets index.android.bundle on windows

I'm trying to run my first React Native project for first time on my device (Android 4.2.2). And I get: unable …

android react-native react-native-android
Run react-native on android emulator

I try to run react-native app on genymotion android emulator on my mac. When I write react-native run-android It gets …

android-emulator react-native adb genymotion react-native-android
React Native version mismatch

Getting the following message when I init a new project and then launch the Xcode emulator: React-Native Version Mismatch Javascript …

react-native react-native-android react-native-ios
Change package name for Android in React Native

I used react-native init MyApp to initialise a new React Native app. This created among others an Android project with …

android react-native react-native-android
How to resolve the error on 'react-native start'

I just installed node.js & cli installed node.js installed react-native-cli npm -g react-native-cli And created a 'new project'. …

reactjs react-native react-native-android react-native-cli metro-bundler
React Native: View onPress does not work

I'm facing a weird problem. In my react native app, if I set onPress event to View it is not …

react-native react-native-android
The development server returned response error code: 500 in react native

I am using react-native framework for developing my android app. I want to use react-native-material-design library for making Toolbar with …

android react-native react-native-android
React Native - Device back button handling

I want to check if there are more than one screens are on stack when device back button is hit. …

react-native navigation back-button back react-native-android