mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-27 22:54:46 +08:00
Fix command to re-generate the static bundle in Examples
Summary: Updated the commands provided in the comments to re-generate the static bundle in the Movies and UIExplorer examples, making them match the URL used in `sourceURL` while in dev mode. Closes https://github.com/facebook/react-native/pull/3132 Reviewed By: @svcscm Differential Revision: D2547140 Pulled By: @vjeux fb-gh-sync-id: 450049d3c3d4eb9919d0a3a6bd6c611e90d0f958
This commit is contained in:
committed by
facebook-github-bot-7
parent
83b8a30beb
commit
b3c72a5632
@@ -66,7 +66,7 @@
|
||||
* Load from pre-bundled file on disk. To re-generate the static bundle, `cd`
|
||||
* to your Xcode project folder and run
|
||||
*
|
||||
* $ curl 'http://localhost:8081/Examples/UIExplorer/UIExplorerApp.ios.bundle' -o main.jsbundle
|
||||
* $ curl 'http://localhost:8081/Examples/UIExplorer/UIExplorerApp.ios.bundle?platform=ios' -o main.jsbundle
|
||||
*
|
||||
* then add the `main.jsbundle` file to your project and uncomment this line:
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user