Node/ReactNative

From Fundamental Ramen
< Node
Revision as of 08:40, 20 August 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

iOS

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