Skip to content

Commit c14ea98

Browse files
author
Krzysztof
authored
fix: declare support for RN 0.67 (#741)
1 parent 657dbf6 commit c14ea98

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
@@ -66,7 +66,7 @@
6666
"merge-options": "^3.0.4"
6767
},
6868
"peerDependencies": {
69-
"react-native": "^0.0.0-0 || 0.60 - 0.66 || 1000.0.0"
69+
"react-native": "^0.0.0-0 || 0.60 - 0.67 || 1000.0.0"
7070
},
7171
"devDependencies": {
7272
"@babel/core": "^7.12.0",

0 commit comments

Comments
 (0)