Skip to content

Commit 6255fc4

Browse files
committed
chore: Update React peerDependency to "^17 || ^18"
BREAKING CHANGE: This package will no longer support React 16.
1 parent 4d8c749 commit 6255fc4

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
@@ -76,7 +76,7 @@
7676
"typescript": "^4.3.5"
7777
},
7878
"peerDependencies": {
79-
"react": "^16.8.6 || ^17.0.0",
79+
"react": "^17 || ^18",
8080
"react-native": ">=0.60.0"
8181
}
8282
}

0 commit comments

Comments
 (0)