Skip to content

Commit dbd2c3d

Browse files
Removed upper bound on react and react-native peerDependencies
1 parent 7d6c907 commit dbd2c3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"licenseFilename": "LICENSE",
3333
"readmeFilename": "README.md",
3434
"peerDependencies": {
35-
"react": ">=16.8.1 <18.0.x",
36-
"react-native": ">=0.60.0-rc.0 <1.0.x"
35+
"react": ">=16.8.1",
36+
"react-native": ">=0.60.0-rc.0"
3737
},
3838
"devDependencies": {
3939
"react": "^16.9.0",

0 commit comments

Comments
 (0)