Skip to content

Commit 21d36bf

Browse files
committed
fix: limit supported react native version to <0.76.0
1 parent 9bb8591 commit 21d36bf

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
@@ -86,7 +86,7 @@
8686
},
8787
"peerDependencies": {
8888
"react": "*",
89-
"react-native": "*"
89+
"react-native": ">=0.74.1 <0.76.0"
9090
},
9191
"workspaces": [
9292
"example"

0 commit comments

Comments
 (0)