Browse Source

update to controllers 1.3.0

talkol 8 years ago
parent
commit
af9b2cf480
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      example/ios/example/AppDelegate.m
  2. 1
    1
      package.json

+ 1
- 1
example/ios/example/AppDelegate.m View File

24
   // **********************************************
24
   // **********************************************
25
   self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
25
   self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
26
   self.window.backgroundColor = [UIColor whiteColor];
26
   self.window.backgroundColor = [UIColor whiteColor];
27
-  [[RCCManager sharedIntance] initBridgeWithBundleURL:jsCodeLocation];
27
+  [[RCCManager sharedInstance] initBridgeWithBundleURL:jsCodeLocation];
28
 
28
 
29
   /*
29
   /*
30
   // original RN bootstrap - remove this part
30
   // original RN bootstrap - remove this part

+ 1
- 1
package.json View File

21
     "react-native": ">=0.19.0"
21
     "react-native": ">=0.19.0"
22
   },
22
   },
23
   "dependencies": {
23
   "dependencies": {
24
-    "react-native-controllers": "^1.2.6"
24
+    "react-native-controllers": "^1.3.0"
25
   },
25
   },
26
   "optionalDependencies": {
26
   "optionalDependencies": {
27
     "react-redux": "*"
27
     "react-redux": "*"