Skip to content

Commit fb0ce97

Browse files
authored
fix: add react 17 to peer dependencies (#536)
1 parent 814cb72 commit fb0ce97

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
@@ -60,8 +60,8 @@
6060
"test:e2e:macos": "scripts/macos_e2e.sh 'test'"
6161
},
6262
"peerDependencies": {
63-
"react": "^16.8",
64-
"react-native": ">=0.59"
63+
"react": "~16.8.6 || ~16.9.0 || ~16.11.0 || ~16.13.1 || ~17.0.1",
64+
"react-native": "^0.60.6 || ^0.61.5 || ^0.62.2 || ^0.63.2 || ^0.64.0 || 1000.0.0"
6565
},
6666
"dependencies": {
6767
"deep-assign": "^3.0.0"

0 commit comments

Comments
 (0)