Commit c008d6d0 authored by Travis Nuttall's avatar Travis Nuttall Committed by GitHub

Merge pull request #8 from jliebrand/patch-3

Make sure the bundle is correctly named
parents ecd75a99 284466bd
...@@ -140,7 +140,7 @@ a different location, you can update the documented commands accordingly. ...@@ -140,7 +140,7 @@ a different location, you can update the documented commands accordingly.
For iOS you can use the following command: For iOS you can use the following command:
`node node_modules/react-native/local-cli/cli.js bundle --dev false --assets-dest ./ios --entry-file index.thread.js --platform ios --bundle-output ./ios/index.thread.js` `node node_modules/react-native/local-cli/cli.js bundle --dev false --assets-dest ./ios --entry-file index.thread.js --platform ios --bundle-output ./ios/index.thread.jsbundle`
Once you have generated the bundle file in your ios folder, you will also need to add Once you have generated the bundle file in your ios folder, you will also need to add
the bundle file to you project in Xcode. In Xcode's file explorer you should see the bundle file to you project in Xcode. In Xcode's file explorer you should see
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment