Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React-Native run-android app crashes immediately

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?

like image 576
Sandro_V Avatar asked Jan 04 '18 16:01

Sandro_V


1 Answers

./gradlew clean fixed the crash for me

like image 72
Dorian Avatar answered Sep 19 '22 19:09

Dorian