Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the wrong offline bundle link in Movie example
Summary: When I am trying to figure out if there are several js files, there is only one bundle file. I am trying to use the command line in the comment which is <code>curl 'http://localhost:8081/Examples/Movies/MoviesApp.includeRequire.runModule.bundle' -o main.jsbundle</code> But after react native has upgraded to 0.12, this command line didn't work. You need to use: <code>curl 'http://localhost:8081/Examples/Movies/MoviesApp.ios.bundle?platform=ios&dev=true' -o main.jsbundle</code> And then it will work Closes facebook#3361 Reviewed By: @svcscm Differential Revision: D2531487 Pulled By: @javache fb-gh-sync-id: 5fd96d427b1097de4e264cb047a13d5a382c6d0f
- Loading branch information