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:
Will Ngo 2015-10-15 14:38:23 -07:00 коммит произвёл facebook-github-bot-7
Родитель 83b8a30beb
Коммит b3c72a5632
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -66,7 +66,7 @@
* Load from pre-bundled file on disk. To re-generate the static bundle, `cd` * Load from pre-bundled file on disk. To re-generate the static bundle, `cd`
* to your Xcode project folder and run * 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: * then add the `main.jsbundle` file to your project and uncomment this line:
*/ */