Skip to content

Commit dc8ae36

Browse files
committed
chore: fix peerDep
1 parent e7909ef commit dc8ae36

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
@@ -5,7 +5,7 @@
55
"main": "index.js",
66
"author": "Mike Nedosekin <crespo8800@gmail.com>",
77
"license": "MIT",
8-
"version": "0.1.10",
8+
"version": "0.1.11",
99
"homepage": "https://github.com/react-native-community/react-native-masked-view#readme",
1010
"keywords": [
1111
"react-native",
@@ -20,7 +20,7 @@
2020
"test:prettier": "prettier --check './**/*.js'"
2121
},
2222
"peerDependencies": {
23-
"react": "^16.0",
23+
"react": ">=16.0",
2424
"react-native": ">=0.57"
2525
},
2626
"files": [

0 commit comments

Comments
 (0)