We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2196c1 commit 54976deCopy full SHA for 54976de
Example/iOS/AppDelegate.m
@@ -43,7 +43,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
43
* see http://facebook.github.io/react-native/docs/runningondevice.html
44
*/
45
46
- jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
+ // jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
47
48
RCTBridge *bridge = [[RCTBridge alloc] initWithBundleURL:jsCodeLocation moduleProvider:nil launchOptions:launchOptions];
49
RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge moduleName:@"Example"];
0 commit comments