Skip to content

Instantly share code, notes, and snippets.

@imamjnn
Last active April 26, 2018 02:41
Show Gist options
  • Save imamjnn/9aeff7172f4ba570687560219cc26ce4 to your computer and use it in GitHub Desktop.
Save imamjnn/9aeff7172f4ba570687560219cc26ce4 to your computer and use it in GitHub Desktop.

Error: While resolving module react-native-vector-icons/FontAwesome

rm ./node_modules/react-native/local-cli/core/__fixtures__/files/package.json
react-native run-android

Unable to load script from assets index.android.bundle

mkdir android/app/src/main/assets
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment