mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-26 07:49:18 +00:00
[fix] Depend on React@15.3
React@15.4 includes changes that prevent the ResponderEventPlugin from being properly injected, which breaks Touchables and PanResponder. Fix #257
This commit is contained in:
+5
-5
@@ -23,7 +23,7 @@
|
|||||||
"fbjs": "^0.8.4",
|
"fbjs": "^0.8.4",
|
||||||
"inline-style-prefixer": "^2.0.1",
|
"inline-style-prefixer": "^2.0.1",
|
||||||
"lodash": "^4.15.0",
|
"lodash": "^4.15.0",
|
||||||
"react-dom": "^15.3.2",
|
"react-dom": "~15.3.2",
|
||||||
"react-textarea-autosize": "^4.0.4",
|
"react-textarea-autosize": "^4.0.4",
|
||||||
"react-timer-mixin": "^0.13.3"
|
"react-timer-mixin": "^0.13.3"
|
||||||
},
|
},
|
||||||
@@ -43,14 +43,14 @@
|
|||||||
"file-loader": "^0.9.0",
|
"file-loader": "^0.9.0",
|
||||||
"jest": "^16.0.2",
|
"jest": "^16.0.2",
|
||||||
"node-libs-browser": "^0.5.3",
|
"node-libs-browser": "^0.5.3",
|
||||||
"react": "^15.3.2",
|
"react": "~15.3.2",
|
||||||
"react-addons-test-utils": "^15.3.2",
|
"react-addons-test-utils": "~15.3.2",
|
||||||
"react-test-renderer": "^15.3.2",
|
"react-test-renderer": "~15.3.2",
|
||||||
"url-loader": "^0.5.7",
|
"url-loader": "^0.5.7",
|
||||||
"webpack": "^1.13.2"
|
"webpack": "^1.13.2"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^15.3.2"
|
"react": "~15.3.2"
|
||||||
},
|
},
|
||||||
"author": "Nicolas Gallagher",
|
"author": "Nicolas Gallagher",
|
||||||
"license": "BSD-3-Clause",
|
"license": "BSD-3-Clause",
|
||||||
|
|||||||
Reference in New Issue
Block a user