Skip to content

Commit c008d6d

Browse files
authored
Merge pull request joltup#8 from jliebrand/patch-3
Make sure the bundle is correctly named
2 parents ecd75a9 + 284466b commit c008d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ a different location, you can update the documented commands accordingly.
140140

141141
For iOS you can use the following command:
142142

143-
`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`
143+
`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`
144144

145145
Once you have generated the bundle file in your ios folder, you will also need to add
146146
the bundle file to you project in Xcode. In Xcode's file explorer you should see

0 commit comments

Comments
 (0)