Skip to content

Commit da9ce40

Browse files
committed
Allow newer react-native versions
1 parent 05408a3 commit da9ce40

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
@@ -20,6 +20,6 @@
2020
"licenseFilename": "LICENSE",
2121
"readmeFilename": "README.md",
2222
"peerDependencies": {
23-
"react-native": ">=0.60 <0.62"
23+
"react-native": ">=0.60 <0.72"
2424
}
2525
}

0 commit comments

Comments
 (0)