Answer the question
In order to leave comments, you need to log in
Why can't I see changes after react-native run-android command?
I make changes in the render but after running the react-native run-android command I don't see any changes?
it seems the apk file does not change
how to compile and run the application on a smartphone with the changes that you just made ?
Answer the question
In order to leave comments, you need to log in
Try generating a new bundle with
react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question