I am pretty new to react native and try to run an app with react-native run-android
so without expo.
The app installs successfully but it crashes immediately without errors.
I've created the app with react-native init myapp
When I try to run an app with Android Studio everything works fine. Do you have any tips for me?
react-native upgrade
and thenreact-native run-android
.