소스 검색

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