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:
Pieter De Baets 2015-10-16 03:33:18 -07:00 committed by facebook-github-bot-7
parent f47e8ac6a1
commit 74002b784b
2 changed files with 2 additions and 2 deletions

View File

@ -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"];

View File

@ -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');