Fixes broken link to running on device
Summary: Closes https://github.com/facebook/react-native/pull/2420 @public Reviewed By: @majak Differential Revision: D2549685 fb-gh-sync-id: 8ce3c9aa242cd65e8efc2bdd0065f9e20de8240d
This commit is contained in:
parent
f47e8ac6a1
commit
74002b784b
|
@ -40,7 +40,7 @@
|
|||
*
|
||||
* $ react-native bundle --minify
|
||||
*
|
||||
* see http://facebook.github.io/react-native/docs/runningondevice.html
|
||||
* see http://facebook.github.io/react-native/docs/running-on-device-ios.html
|
||||
*/
|
||||
|
||||
// jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
//
|
||||
// $ react-native bundle --minify
|
||||
//
|
||||
// See http://facebook.github.io/react-native/docs/runningondevice.html for more details.
|
||||
// See http://facebook.github.io/react-native/docs/running-on-device-ios.html for more details.
|
||||
|
||||
throw new Error('Offline JS file is empty. See iOS/main.jsbundle for instructions');
|
||||
|
|
Loading…
Reference in New Issue