Skip to content

Commit 0589d4f

Browse files
committed
📦 Package: Update react-native-ios-utilities
1 parent 7d114fb commit 0589d4f

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

example/ios/IosContextMenuExample.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@
483483
buildSettings = {
484484
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
485485
CLANG_ENABLE_MODULES = YES;
486-
CURRENT_PROJECT_VERSION = 228;
486+
CURRENT_PROJECT_VERSION = 229;
487487
DEVELOPMENT_TEAM = ZC7A6XV8GR;
488488
ENABLE_BITCODE = NO;
489489
INFOPLIST_FILE = IosContextMenuExample/Info.plist;
@@ -515,7 +515,7 @@
515515
buildSettings = {
516516
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
517517
CLANG_ENABLE_MODULES = YES;
518-
CURRENT_PROJECT_VERSION = 228;
518+
CURRENT_PROJECT_VERSION = 229;
519519
DEVELOPMENT_TEAM = ZC7A6XV8GR;
520520
INFOPLIST_FILE = IosContextMenuExample/Info.plist;
521521
INFOPLIST_KEY_CFBundleDisplayName = "RNIContextMenu Example";

example/ios/IosContextMenuExample/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>
26-
<string>228</string>
26+
<string>229</string>
2727
<key>LSRequiresIPhoneOS</key>
2828
<true/>
2929
<key>NSAppTransportSecurity</key>

example/ios/IosContextMenuExampleTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>228</string>
22+
<string>229</string>
2323
</dict>
2424
</plist>

example/ios/Podfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ PODS:
12421242
- ReactCommon/turbomodule/bridging
12431243
- ReactCommon/turbomodule/core
12441244
- Yoga
1245-
- react-native-ios-context-menu (3.0.0-23):
1245+
- react-native-ios-context-menu (3.0.0):
12461246
- ContextMenuAuxiliaryPreview (~> 0.5)
12471247
- DGSwiftUtilities
12481248
- DoubleConversion
@@ -1267,7 +1267,7 @@ PODS:
12671267
- ReactCommon/turbomodule/bridging
12681268
- ReactCommon/turbomodule/core
12691269
- Yoga
1270-
- react-native-ios-utilities (5.0.0-57):
1270+
- react-native-ios-utilities (5.1.0):
12711271
- ComputableLayout (~> 0.7)
12721272
- DGSwiftUtilities (~> 0.46)
12731273
- DoubleConversion
@@ -2030,8 +2030,8 @@ SPEC CHECKSUMS:
20302030
React-logger: 8db32983d75dc2ad54f278f344ccb9b256e694fc
20312031
React-Mapbuffer: db173bede5ac5cb1c82d4a6a8597477ba87c5648
20322032
React-microtasksnativemodule: a5cd87542a308060e645d337b036733c327dc01b
2033-
react-native-ios-context-menu: fe1245a21d23df98e9856cc4453688c3f221d42b
2034-
react-native-ios-utilities: 8eb1dfd6a9eeea23ffa75d9f6e35462f84ca82e7
2033+
react-native-ios-context-menu: 166fdbc4b981811e09268bbc25564f29975165a4
2034+
react-native-ios-utilities: 997e90c20138bf5a477384d7476165a74296147e
20352035
react-native-safe-area-context: d71edcee579673b370c053804f34c40c1f250976
20362036
React-nativeconfig: 5fc2b05a590eb704128f5a4fc8ea6fa7b847e6e8
20372037
React-NativeModulesApple: 88313414ddffd1758f76042733e8f0297acfd502

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@shopify/flash-list": "^1.7.1",
1717
"react": "18.3.1",
1818
"react-native": "0.75.2",
19-
"react-native-ios-utilities": ">=5.0.0-57 || >=5.0.0",
19+
"react-native-ios-utilities": ">=5.1.0",
2020
"react-native-reanimated": "^3.15.2",
2121
"react-native-safe-area-context": "^4.10.9",
2222
"react-native-screens": "^3.35.0"

package.json

Lines changed: 1 addition & 1 deletion
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-57 || >=5.0.0",
106+
"react-native-ios-utilities": ">=5.1.0",
107107
"release-it": "^15.0.0",
108108
"turbo": "^1.10.7",
109109
"typescript": "^5.2.2"

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11120,7 +11120,7 @@ __metadata:
1112011120
react: 18.3.1
1112111121
react-native: 0.75.2
1112211122
react-native-builder-bob: ^0.30.0
11123-
react-native-ios-utilities: ">=5.0.0-57 || >=5.0.0"
11123+
react-native-ios-utilities: ">=5.1.0"
1112411124
react-native-reanimated: ^3.15.2
1112511125
react-native-safe-area-context: ^4.10.9
1112611126
react-native-screens: ^3.35.0
@@ -11154,7 +11154,7 @@ __metadata:
1115411154
react: 18.3.1
1115511155
react-native: 0.75.2
1115611156
react-native-builder-bob: ^0.30.0
11157-
react-native-ios-utilities: ">=5.0.0-57 || >=5.0.0"
11157+
react-native-ios-utilities: ">=5.1.0"
1115811158
release-it: ^15.0.0
1115911159
turbo: ^1.10.7
1116011160
typescript: ^5.2.2
@@ -11175,13 +11175,13 @@ __metadata:
1117511175
languageName: node
1117611176
linkType: hard
1117711177

11178-
"react-native-ios-utilities@npm:>=5.0.0-57 || >=5.0.0":
11179-
version: 5.0.0-57
11180-
resolution: "react-native-ios-utilities@npm:5.0.0-57"
11178+
"react-native-ios-utilities@npm:>=5.1.0":
11179+
version: 5.1.0
11180+
resolution: "react-native-ios-utilities@npm:5.1.0"
1118111181
peerDependencies:
1118211182
react: "*"
1118311183
react-native: "*"
11184-
checksum: fee8ec31fcf90fa15f52c85890da6a4f8e5d26486fc02a441a41db39e0b5c918b5b96de639519d22080720a4e258ebf8df25fae3697a888f13667606c0f5a8ce
11184+
checksum: ebcf57cf2b66f77e9b714767c74e19a83119e29e378c27d9885105abb70a1e5c722ec66d79e41ab3da20e51d23712040a12251dcd667f442d4193b48df79d67a
1118511185
languageName: node
1118611186
linkType: hard
1118711187

0 commit comments

Comments
 (0)