Unable to load script. Make sure you're either running Metro

 

  1. (in project directory) mkdir android/app/src/main/assets
  2. npx 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
  3. npm react-native run-android

Comments