Node/ReactNative

From Fundamental Ramen
< Node
Revision as of 09:46, 7 September 2020 by Tacoball (talk | contribs)
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