Skip to content

Commit

Permalink
fix: declare support for react-native 0.66 (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 authored Oct 5, 2021
1 parent e99edf0 commit e547e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"merge-options": "^3.0.4"
},
"peerDependencies": {
"react-native": "^0.0.0-0 || ^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || ^0.65.0 || 1000.0.0"
"react-native": "^0.0.0-0 || ^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || ^0.65.0 || ^0.66.0 || 1000.0.0"
},
"devDependencies": {
"@babel/core": "^7.8.4",
Expand Down

0 comments on commit e547e8d

Please sign in to comment.