Support react 16 with react-native 0.47+ (#96)

This commit is contained in:
Mark Miyashita 2017-08-11 17:34:19 -07:00 committed by Florian Rival
parent 90ef9daac2
commit 975d9097d3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"resize" "resize"
], ],
"peerDependencies": { "peerDependencies": {
"react": "^15.4.0", "react": ">=15.4.0",
"react-native": ">=v0.40.0" "react-native": ">=v0.40.0"
}, },
"author": "Florian Rival <florianr@bam.tech> (http://bam.tech)", "author": "Florian Rival <florianr@bam.tech> (http://bam.tech)",