When I change some code and then use react-native run-android, new changes do not appear in my application.
I search a little and found this code:
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/
but here is the thing: I see new changes, but I should do it every time. Is there any way to automate this process?