Browse Source

update to RN0.37

Daniel Zlotin 8 years ago
parent
commit
8034a603dd
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      example/package.json

+ 1
- 1
example/package.json View File

8
     "android": "cd android && ./gradlew installDebug"
8
     "android": "cd android && ./gradlew installDebug"
9
   },
9
   },
10
   "dependencies": {
10
   "dependencies": {
11
-    "react-native": "0.36.1",
11
+    "react-native": "0.37.0",
12
     "react": "15.3.2",
12
     "react": "15.3.2",
13
     "react-native-navigation": "file:../"
13
     "react-native-navigation": "file:../"
14
   }
14
   }