Skip to content

Commit 0bb59d2

Browse files
committed
fix: enforced min rn version in package json
1 parent 3021353 commit 0bb59d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
},
110110
"peerDependencies": {
111111
"react": "*",
112-
"react-native": "*"
112+
"react-native": ">=0.77.0"
113113
},
114114
"workspaces": [
115115
"example"

0 commit comments

Comments
 (0)