Skip to content

Commit 54976de

Browse files
author
Pavlo Aksonov
committed
fix minification bug with latest React 0.10.1
1 parent b2196c1 commit 54976de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/iOS/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
4343
* see http://facebook.github.io/react-native/docs/runningondevice.html
4444
*/
4545

46-
jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
46+
// jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
4747

4848
RCTBridge *bridge = [[RCTBridge alloc] initWithBundleURL:jsCodeLocation moduleProvider:nil launchOptions:launchOptions];
4949
RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge moduleName:@"Example"];

0 commit comments

Comments
 (0)