- npx react-native init Project-Name
- cd Project
-
npx react-native run-android
-
npx react-native run-ios
- npx react-native link
- 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
- fixed this problem with:
- chmod 755 android/gradlew