Skip to content

Commit 873d54a

Browse files
kkoudevferrannp
authored andcommitted
fix: peerDependencies version of RN (#27)
1 parent e7936b9 commit 873d54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"peerDependencies": {
2626
"react": "^16.0",
27-
"react-native": "^0.57.0"
27+
"react-native": ">=0.57"
2828
},
2929
"devDependencies": {
3030
"babel-core": "^7.0.0-bridge.0",

0 commit comments

Comments
 (0)