Daniel Zlotin 8 years ago
parent
commit
7ce645fe36
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      example/package.json

+ 2
- 2
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.31.0",
12
-    "react": "15.2.1",
11
+    "react-native": "0.36.1",
12
+    "react": "15.3.2",
13
     "react-native-navigation": "file:../"
13
     "react-native-navigation": "file:../"
14
   }
14
   }
15
 }
15
 }