Skip to content

Commit 7cd1e0b

Browse files
committed
fix: add react 17 to peer dependencies
Our React version requirement needs to match what react-native depends on. Changing it to specific versions rather than a blanket 16.x or 17.x to sure that we are compatible.
1 parent 814cb72 commit 7cd1e0b

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
@@ -60,7 +60,7 @@
6060
"test:e2e:macos": "scripts/macos_e2e.sh 'test'"
6161
},
6262
"peerDependencies": {
63-
"react": "^16.8",
63+
"react": "~16.8.6 || ~16.9.0 || ~16.11.0 || ~16.13.1 || ~17.0.1",
6464
"react-native": ">=0.59"
6565
},
6666
"dependencies": {

0 commit comments

Comments
 (0)