Guy Carmeli 8 лет назад
Родитель
Сommit
ea8a7c1945
2 измененных файлов: 2 добавлений и 2 удалений
  1. 1
    1
      example-redux/package.json
  2. 1
    1
      package.json

+ 1
- 1
example-redux/package.json Просмотреть файл

@@ -9,7 +9,7 @@
9 9
     "_fix_npm2_step2": "cd node_modules; find . -name .babelrc | grep -v packager | xargs rm"
10 10
   },
11 11
   "dependencies": {
12
-    "react-native": "^0.21.0",
12
+    "react-native": "^0.26.0",
13 13
     "fbjs": "^0.6.1",
14 14
     "react-redux": "^4.0.6",
15 15
     "redux": "^3.0.5",

+ 1
- 1
package.json Просмотреть файл

@@ -18,7 +18,7 @@
18 18
   "author": "Tal Kol <talkol@gmail.com>",
19 19
   "license": "MIT",
20 20
   "peerDependencies": {
21
-    "react-native": ">=0.19.0"
21
+    "react-native": ">=0.26.0"
22 22
   },
23 23
   "dependencies": {
24 24
     "react-native-controllers": "^1.3.5"