From 4dd1ee6208c46df6e29ec3d432e8debb01519f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Renaudeau?= Date: Mon, 14 Sep 2015 17:12:45 +0200 Subject: [PATCH] rely on gl-react-core@1.0.0 --- Examples/AdvancedEffects/iOS/AppDelegate.m | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/AdvancedEffects/iOS/AppDelegate.m b/Examples/AdvancedEffects/iOS/AppDelegate.m index 52055d4..93c2807 100644 --- a/Examples/AdvancedEffects/iOS/AppDelegate.m +++ b/Examples/AdvancedEffects/iOS/AppDelegate.m @@ -31,7 +31,7 @@ * on the same Wi-Fi network. */ - //jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"]; + jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"]; /** * OPTION 2 @@ -43,7 +43,7 @@ * see http://facebook.github.io/react-native/docs/runningondevice.html */ - jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"]; + //jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"]; RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation moduleName:@"AdvancedEffects" diff --git a/package.json b/package.json index f87974b..a33c4f1 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "invariant": "2.1.0", "react-native": ">=0.9.0 <0.11.0", - "gl-react-core": "1.0.0-rc1" + "gl-react-core": "1.0.0" }, "devDependencies": { "eslint": "^1.3.1", -- 2.26.2