Skip to content

Commit f15c419

Browse files
authored
fix: declare support for react-native 0.72 (#950)
1 parent 8c1afeb commit f15c419

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"merge-options": "^3.0.4"
6565
},
6666
"peerDependencies": {
67-
"react-native": "^0.0.0-0 || 0.60 - 0.71 || 1000.0.0"
67+
"react-native": "^0.0.0-0 || 0.60 - 0.72 || 1000.0.0"
6868
},
6969
"devDependencies": {
7070
"@babel/core": "^7.12.0",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2876,7 +2876,7 @@ __metadata:
28762876
semantic-release: ^19.0.0
28772877
typescript: ^4.5.0
28782878
peerDependencies:
2879-
react-native: ^0.0.0-0 || 0.60 - 0.71 || 1000.0.0
2879+
react-native: ^0.0.0-0 || 0.60 - 0.72 || 1000.0.0
28802880
languageName: unknown
28812881
linkType: soft
28822882

0 commit comments

Comments
 (0)