Issue
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?
Solution
So I was missing the permission to draw it over other apps.
Settings -> Applications -> [Select App] -> Permissions -> Flow over Screen -> Allow
Answered By - Sandro_V
Answer Checked By - Cary Denson (JavaFixing Admin)