Skip to content

Commit 1ac7960

Browse files
committed
📦 Package: Update react-native-ios-utilities Version
1 parent 017652f commit 1ac7960

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"react": "18.3.1",
104104
"react-native": "0.75.2",
105105
"react-native-builder-bob": "^0.30.0",
106-
"react-native-ios-utilities": "5.0.0-44",
106+
"react-native-ios-utilities": ">=5.0.0-46",
107107
"release-it": "^15.0.0",
108108
"turbo": "^1.10.7",
109109
"typescript": "^5.2.2"
@@ -114,7 +114,8 @@
114114
},
115115
"peerDependencies": {
116116
"react": "*",
117-
"react-native": "*"
117+
"react-native": "*",
118+
"react-native-ios-utilities": "5.0.x"
118119
},
119120
"workspaces": [
120121
"example"

0 commit comments

Comments
 (0)