Node/ReactNative: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:
* Open Xcode
* Open Xcode
* Open Workspace
* Open Workspace
* Select '''Generic Device''' or '''Menu''' > '''Product''' > '''Destination''' >> '''Generic Device'''
* Select '''Generic Device''' or '''Menu''' > '''Product''' > '''Destination''' > '''Generic Device'''
* Select '''Menu''' > '''Product''' > '''Archive'''
* Select '''Menu''' > '''Product''' > '''Archive'''

Revision as of 08:40, 20 August 2020

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