Every time I will need to make index.android.bundle file in android studio.
Command 1: react-native bundle --platform --dev false --entry-file index.android.js --bundle-output android /app/src/main/assets/index.android.bundle/ --assets-dest android/app/src/main/res
Command 2 : react-native run-android.
Please let me know is we need to hit every time to see the little changes on simulator or i 'm doing something wrong in that....
Also please tell me how to enable android monitor for debugging the change or check the log of react native files.
Thanks