Improve ios offline build instructions
Summary: Closes https://github.com/facebook/react-native/pull/5626 Reviewed By: svcscm Differential Revision: D2881020 Pulled By: androidtrunkagent fb-gh-sync-id: 7f472d554a334f39c4b85ccfa4db81b7c3f41d38
This commit is contained in:
parent
8a10fc629a
commit
8b7671a31a
|
@ -27,7 +27,7 @@ When you run your app on device, we pack all the JavaScript code and the images
|
|||
|
||||
1. Open `AwesomeApp/ios/AwesomeApp/AppDelegate.m`
|
||||
2. Uncomment `jsCodeLocation = [[NSBundle mainBundle] ...`
|
||||
3. The JS bundle will be built for dev or prod depending on your app's scheme (Debug = development build with warnings, Release = minified prod build with perf optimizations).
|
||||
3. The JS bundle will be built for dev or prod depending on your app's scheme (Debug = development build with warnings, Release = minified prod build with perf optimizations). To change the scheme navigate to `Product > Scheme > Edit Scheme...` in xcode and change `Build Configuration` between `Debug` and `Release`.
|
||||
|
||||
## Disabling in-app developer menu
|
||||
|
||||
|
|
Loading…
Reference in New Issue