I am using expo react native. iOS app works fine but android app shuts down. Do you have any idea what can cause this?
Related
React Native iOS app works fine, but Android show white empty screen.
After run react-native run-android, Ctrl+M also not working and this error message in android studio logcat window.
I develop little since with React Native.
I tried to install the APK generated from my application on an Android phone, which works perfectly well. But as soon as I restart the phone, the application that I installed disappears.
It looks like it's automatically uninstalled from the phone.
I use Visual Studio code as the development environment.
That's the problem I encountered.
So, I need your help.
Thanks
I am trying to run a React Native application on my physical device. This image shows up and I have been unable to find any help in regard to this issue.
i was thinking that we only have two android emulator and also iOS simulator used to develop react native app through their android studio and xcode sdk.
but CRNA(Create React Native App) users can not use both emulator and simulators.
They can only run the app using a mobile device through Expo app.
Is there any simulator in expo for CRNA user ?
please suggest any idea to use simulator
thanks in advance
They make running the app on actual devices super easy and obvious, and I totally understand why you'd think it's not possible to run the app in the simulators as well. But, in fact, you can.
Expo recommends using the Android Emulator in Genymotion
And if you open the project in the Expo IDE, you should see this option...
I don't want install Android SDK on my laptop, so is that possible!
If you aren't using any 3rd party modules in your app you can:
Develop your app on React Native Playground
Install the React Native Playground app on your Android device
Run on your device without installing Android SDK!