ソースを参照

Add react dependency to example-redux

Guy Carmeli 8 年 前
コミット
f199af27d7
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1
    0
      example-redux/package.json

+ 1
- 0
example-redux/package.json ファイルの表示

@@ -10,6 +10,7 @@
10 10
   },
11 11
   "dependencies": {
12 12
     "react-native": "^0.26.0",
13
+    "react": "^15.0.2",
13 14
     "fbjs": "^0.6.1",
14 15
     "react-redux": "^4.0.6",
15 16
     "redux": "^3.0.5",