N
N
Newbie Ivanovich2019-10-10 11:11:30
React Native
Newbie Ivanovich, 2019-10-10 11:11:30

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

1 answer(s)
A
Artur Zagorsky, 2019-10-10
@NovichokIvanovich

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 question

Ask a Question

731 491 924 answers to any question