Commit 284466bd authored by Jelte Liebrand's avatar Jelte Liebrand Committed by GitHub

Make sure the bundle is correctly named

In order for the production bundle to be picked up correctly, make sure it is named *.jsbundle
parent ecd75a99
......@@ -140,7 +140,7 @@ a different location, you can update the documented commands accordingly.
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
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