Skip to content

Commit

Permalink
Merge pull request #109 from react-native-masked-view/updateReactDep
Browse files Browse the repository at this point in the history
Update react peerDependencies
  • Loading branch information
FonDorn authored Mar 16, 2021
2 parents abdb0d0 + 1053156 commit 5f5dc0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"author": "Mike Nedosekin <[email protected]>",
"license": "MIT",
"version": "0.2.2",
"version": "0.2.3",
"homepage": "https://github.com/react-native-masked-view/masked-view#readme",
"keywords": [
"react-native",
Expand All @@ -21,7 +21,7 @@
"test:prettier": "prettier --check './**/*.js'"
},
"peerDependencies": {
"react": "^16.0",
"react": "16 || 17",
"react-native": ">=0.57"
},
"files": [
Expand Down

0 comments on commit 5f5dc0d

Please sign in to comment.