Support react 16 with react-native 0.47+ (#96)
This commit is contained in:
parent
90ef9daac2
commit
975d9097d3
|
@ -19,7 +19,7 @@
|
|||
"resize"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"react": "^15.4.0",
|
||||
"react": ">=15.4.0",
|
||||
"react-native": ">=v0.40.0"
|
||||
},
|
||||
"author": "Florian Rival <florianr@bam.tech> (http://bam.tech)",
|
||||
|
|
Loading…
Reference in New Issue