Browse Source

Add react dependency to example-redux

Guy Carmeli 8 years ago
parent
commit
f199af27d7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      example-redux/package.json

+ 1
- 0
example-redux/package.json View File

@@ -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",