react-native run-android builds an old version of the code onto device
- Delete files inside directory android/app/src/main/assets.
- run
$ 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
$ react-native run-android