Unable to load script from assets index.android.bundle on windows

Posted on Posted in ReactNative, ReactNative-IssueHandling
  1. (in project directory) mkdir android/app/src/main/assets
  2. react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
  3. react-native run-android

Leave a Reply

Your email address will not be published. Required fields are marked *