Node/ReactNative

From Fundamental Ramen
Jump to navigation Jump to search
react-native bundle \
  --entry-file index.js \
  --platform ios \
  --dev false \
  --bundle-output ./ios/bundle/index.ios.jsbundle \
  --assets-dest ./ios/bundle
npx react-native run-android


iOS

  • Open Xcode
  • Open Workspace
  • Select Generic Device or Menu > Product > Destination > Generic Device
  • Select Menu > Product > Archive

Trouble Shooting

> Task :app:generateDebugBuildConfig FAILED

Delete folder android/app/build.