Skip to content

Commit 2d2c0ca

Browse files
committed
Fix dependencies version
1 parent 45d3a5c commit 2d2c0ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"fs"
2020
],
2121
"peerDependencies": {
22-
"react": ">=15.4.1",
23-
"react-native": ">=0.43"
22+
"react": ">=15.4.2",
23+
"react-native": ">=0.42"
2424
},
2525
"license": "Apache-2.0",
2626
"rnpm": {

0 commit comments

Comments
 (0)