Skip to content

Commit cf661fb

Browse files
authored
Merge pull request #44 from maestor/patch-3
Fix peerDependency warning about react-native
2 parents 62abbda + a9a525a commit cf661fb

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
@@ -27,7 +27,7 @@
2727
"homepage": "https://github.com/proyecto26/react-native-inappbrowser",
2828
"license": "MIT",
2929
"peerDependencies": {
30-
"react-native": "^0.55.0"
30+
"react-native": ">=0.55.0"
3131
},
3232
"dependencies": {
3333
"invariant": "^2.2.4"

0 commit comments

Comments
 (0)