Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- React Native Failed to Start Metro server (node js)
- 1. (in project directory) mkdir android/app/src/main/assets
- 2. 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. react-native run-android
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement