Skip to content

chore(mb-deps): bump the expo group across 1 directory with 10 updates - #18

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/rezzident_MB/expo-2c42c7726b
Open

chore(mb-deps): bump the expo group across 1 directory with 10 updates#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/apps/rezzident_MB/expo-2c42c7726b

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown

Bumps the expo group with 10 updates in the /apps/rezzident_MB directory:

Package From To
expo 54.0.36 57.0.20
expo-camera 17.0.10 57.0.4
expo-constants 18.0.13 57.0.17
expo-haptics 15.0.8 57.0.2
expo-linking 8.0.12 57.0.9
expo-local-authentication 17.0.8 57.0.2
expo-router 6.0.24 57.0.19
expo-secure-store 15.0.8 57.0.3
expo-splash-screen 31.0.13 57.0.8
expo-status-bar 3.0.9 57.0.1

Updates expo from 54.0.36 to 57.0.20

Changelog

Sourced from expo's changelog.

Changelog

This is the log of notable changes to the Expo client that are developer-facing. Package-specific changes not released in any SDK will be added here just before the release. Until then, you can find them in changelogs of the individual packages (see packages directory).

Unpublished

📚 3rd party library updates

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

57.0.0 — 2026-07-08

🛠 Breaking changes

  • @expo/ui
  • expo-modules-jsi
    • [iOS] JavaScriptError is now a copyable class conforming to Error (was a non-copyable struct), and JavaScriptValue no longer conforms to Error. (#47154 by @​tsapeta)
  • expo-font
    • [web] Removed Server.resetServerContext(). Server-side font state is now scoped per-render via AsyncLocalStorage. (#46669 by @​hassankhan)
  • @expo/cli
    • Make expo prebuild clear and regenerate the native folders by default. Pass --no-clean to apply changes to the existing folders instead. (#47209 by @​alanjhughes)

🎉 New features

  • Initial release of @expo/require-utils 🥳
  • pod-install
  • @expo/ui
    • [iOS] Added the SwiftUI accessibilityHidden modifier to hide decorative views from VoiceOver and other assistive technologies during element traversal. (#46579 by @​ramonclaudio)
    • [iOS] Added the SwiftUI accessibilityIdentifier modifier to set a stable identifier for UI testing tools such as XCUITest. (#46556 by @​ramonclaudio)
    • [iOS] Added the SwiftUI dynamicTypeSize modifier to set or constrain the Dynamic Type size within a view. Accepts a single size or a { min, max } range, and cascades from <Host> to bound how far text scales at the largest accessibility sizes. (#46540 by @​ramonclaudio)
    • [iOS] Added children prop to Label component, allowing custom title views (e.g. a VStack with title and subtitle) while preserving native icon spacing and Dynamic Type icon sizing.
    • [iOS] Add buttonBorderShape SwiftUI modifier, which reshapes a styled button (for example a glass button) while preserving its native press effect. (#46348 by @​nishan) (#46348 by @​intergalacticspacehighway)
    • [jetpack-compose] Added NavigationBar and NavigationBarItem components.
    • [iOS] Added the SwiftUI listRowSpacing modifier. (#46417 by @​qiyangdev)
    • [iOS] Added support for custom SF Symbols in the SwiftUI Image component. (#46183 by @​cinques)
    • [swift-ui] Added <DisclosureGroup.Label> for custom label style. (#46288 by @​kudo)
    • [universal] Added <Collapsible.labelStyle> for custom label style. (#46288 by @​kudo)
    • [jetpack-compose] Added dropShadow and innerShadow modifiers. (#46364 by @​duyanhv)
    • [iOS] Added the SwiftUI imageScale modifier to scale SF Symbols within a view relative to the surrounding text (small, medium, large). (#46774 by @​ramonclaudio)
    • [jetpack-compose] Added onGloballyPositioned modifier, which reports a composable's window position and size. (#46744 by @​nishan) (#46744 by @​intergalacticspacehighway)
    • [iOS] Extended the SwiftUI onGeometryChange modifier to also report the view's global position (x/y) alongside its size. (#46744 by @​nishan) (#46744 by @​intergalacticspacehighway)
    • [iOS] Added the SwiftUI minimumScaleFactor modifier to let text shrink down to a given fraction of its size before truncating. (#46740 by @​nishan) (#46740 by @​intergalacticspacehighway)
    • [iOS][android] Added React Compiler-friendly get() / set() accessors to useNativeState, as an alternative to reading and writing .value. (#46690 by @​nishan) (#46692 by @​intergalacticspacehighway)

... (truncated)

Commits

Updates expo-camera from 17.0.10 to 57.0.4

Changelog

Sourced from expo-camera's changelog.

Changelog

Unpublished

🛠 Breaking changes

  • [iOS] Changed selectedLens prop to use stable deviceType identifiers instead of locale-dependent localizedName strings, enabling reliable programmatic lens selection across all device languages. (#42916 by @​mplumador)

🎉 New features

  • [Android] Add PhotographicSensitivity to returned EXIF metadata. (#47222 by @​Wenszel)
  • Added CameraView.scanDocumentAsync to scan multi-page documents on Android and iOS. (#47362 by @​alanjhughes)
  • Added an onRecordingProgress event to CameraView that reports the recorded duration and file size while recording video, at a rate set by the new progressUpdateInterval recording option. (#48871, #48872, #48873 by @​alanjhughes)

🐛 Bug fixes

  • [iOS] Fix repeatedly mounting and unmounting CameraView freezing the UI when the capture session cannot start, such as on a simulator. The session is now stopped before it is torn down and before the preview layer detaches from it, and it is no longer started at all when no capture device is available. (#49028 by @​barthap)
  • [Android] Use the selected camera to determine video stabilization support. (#45896 by @​vivekjm)
  • Fix iOS captures being saved above their native resolution due to orientation normalization rendering at the screen scale. (#47477 by @​boojamya)
  • [iOS] Fix the ZXing barcode fallback scanner returning raw AVFoundation type strings (e.g. org.iso.PDF417) instead of short expo BarcodeType values (e.g. pdf417) for pdf417, code39, and codabar, restoring the fix from #44726 that was reverted by the ExpoCameraBarcodeScanning pod extraction in #44766. (#47613 by @​jensdev)
  • [iOS] Preserve the capture orientation as EXIF metadata instead of rotating captured pixels, so takePictureAsync and savePictureAsync return the real orientation tag and dimensions. (#47824 by @​alanjhughes)
  • [iOS] Return zeroed bounds and cornerPoints from the ZXing fallback scanner so scanning a pdf417, code39, or codabar code no longer crashes with Cannot read property 'origin' of undefined. (#47854 by @​alanjhughes)
  • [iOS] Fix responsiveOrientationWhenOrientationLocked: false being ignored — photos and videos captured while the app orientation is locked now follow the locked interface orientation instead of the physical device rotation. (#47881 by @​jiunshinn)
  • [iOS] Read the capture interface orientation from the scene the camera view is in rather than an arbitrary connected scene. (#48315 by @​alanjhughes)
  • [iOS] Restore the shutter animation on capture, which stopped running when the photo capture delegate moved off CameraView, leaving animateShutter with no effect. (#49591 by @​alanjhughes)

💡 Others

57.0.3 - 2026-07-16

🐛 Bug fixes

  • Process captured photos off the main thread on iOS so full-resolution captures no longer hang the UI on older devices. (#47477 by @​boojamya)
  • Remove a redundant full-resolution JPEG re-encode when saving captured photos on iOS. (#47477 by @​boojamya)
  • [iOS] Disable deferred photo delivery so responsive capture no longer hangs the capture promise on iOS 17 and later. (#47816 by @​alanjhughes)
  • [Android] Fire onMountError instead of crashing the app when the camera can't be started, such as a device reporting zero available cameras. (#47818 by @​alanjhughes)

57.0.2 - 2026-07-15

This version does not introduce any user-facing changes.

57.0.1 - 2026-07-07

🎉 New features

  • Enabled responsive capture and fast capture prioritization on iOS for lower shutter lag and faster successive photo captures.

🐛 Bug fixes

  • Host the iOS camera preview on the view's backing layer so it no longer zooms into place on launch. (#47172 by @​alanjhughes)

... (truncated)

Commits

Updates expo-constants from 18.0.13 to 57.0.17

Changelog

Sourced from expo-constants's changelog.

Changelog

This is the log of notable changes to the Expo client that are developer-facing. Package-specific changes not released in any SDK will be added here just before the release. Until then, you can find them in changelogs of the individual packages (see packages directory).

Unpublished

📚 3rd party library updates

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

57.0.0 — 2026-07-08

🛠 Breaking changes

  • @expo/ui
  • expo-modules-jsi
    • [iOS] JavaScriptError is now a copyable class conforming to Error (was a non-copyable struct), and JavaScriptValue no longer conforms to Error. (#47154 by @​tsapeta)
  • expo-font
    • [web] Removed Server.resetServerContext(). Server-side font state is now scoped per-render via AsyncLocalStorage. (#46669 by @​hassankhan)
  • @expo/cli
    • Make expo prebuild clear and regenerate the native folders by default. Pass --no-clean to apply changes to the existing folders instead. (#47209 by @​alanjhughes)

🎉 New features

  • Initial release of @expo/require-utils 🥳
  • pod-install
  • @expo/ui
    • [iOS] Added the SwiftUI accessibilityHidden modifier to hide decorative views from VoiceOver and other assistive technologies during element traversal. (#46579 by @​ramonclaudio)
    • [iOS] Added the SwiftUI accessibilityIdentifier modifier to set a stable identifier for UI testing tools such as XCUITest. (#46556 by @​ramonclaudio)
    • [iOS] Added the SwiftUI dynamicTypeSize modifier to set or constrain the Dynamic Type size within a view. Accepts a single size or a { min, max } range, and cascades from <Host> to bound how far text scales at the largest accessibility sizes. (#46540 by @​ramonclaudio)
    • [iOS] Added children prop to Label component, allowing custom title views (e.g. a VStack with title and subtitle) while preserving native icon spacing and Dynamic Type icon sizing.
    • [iOS] Add buttonBorderShape SwiftUI modifier, which reshapes a styled button (for example a glass button) while preserving its native press effect. (#46348 by @​nishan) (#46348 by @​intergalacticspacehighway)
    • [jetpack-compose] Added NavigationBar and NavigationBarItem components.
    • [iOS] Added the SwiftUI listRowSpacing modifier. (#46417 by @​qiyangdev)
    • [iOS] Added support for custom SF Symbols in the SwiftUI Image component. (#46183 by @​cinques)
    • [swift-ui] Added <DisclosureGroup.Label> for custom label style. (#46288 by @​kudo)
    • [universal] Added <Collapsible.labelStyle> for custom label style. (#46288 by @​kudo)
    • [jetpack-compose] Added dropShadow and innerShadow modifiers. (#46364 by @​duyanhv)
    • [iOS] Added the SwiftUI imageScale modifier to scale SF Symbols within a view relative to the surrounding text (small, medium, large). (#46774 by @​ramonclaudio)
    • [jetpack-compose] Added onGloballyPositioned modifier, which reports a composable's window position and size. (#46744 by @​nishan) (#46744 by @​intergalacticspacehighway)
    • [iOS] Extended the SwiftUI onGeometryChange modifier to also report the view's global position (x/y) alongside its size. (#46744 by @​nishan) (#46744 by @​intergalacticspacehighway)
    • [iOS] Added the SwiftUI minimumScaleFactor modifier to let text shrink down to a given fraction of its size before truncating. (#46740 by @​nishan) (#46740 by @​intergalacticspacehighway)
    • [iOS][android] Added React Compiler-friendly get() / set() accessors to useNativeState, as an alternative to reading and writing .value. (#46690 by @​nishan) (#46692 by @​intergalacticspacehighway)

... (truncated)

Commits

Updates expo-haptics from 15.0.8 to 57.0.2

Changelog

Sourced from expo-haptics's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • [android] Fix performAndroidHapticsAsync doing nothing by running it on the main queue. (#49263 by @​KAMRONBEK)

💡 Others

57.0.1 - 2026-07-15

This version does not introduce any user-facing changes.

57.0.0 - 2026-06-25

This version does not introduce any user-facing changes.

56.0.3 — 2026-05-06

This version does not introduce any user-facing changes.

56.0.2 — 2026-05-06

This version does not introduce any user-facing changes.

56.0.1 — 2026-05-06

This version does not introduce any user-facing changes.

56.0.0 — 2026-05-05

🛠 Breaking changes

55.0.14 - 2026-04-09

This version does not introduce any user-facing changes.

55.0.13 - 2026-04-07

This version does not introduce any user-facing changes.

55.0.12 - 2026-04-06

... (truncated)

Commits

Updates expo-linking from 8.0.12 to 57.0.9

Changelog

Sourced from expo-linking's changelog.

Changelog

This is the log of notable changes to the Expo client that are developer-facing. Package-specific changes not released in any SDK will be added here just before the release. Until then, you can find them in changelogs of the individual packages (see packages directory).

Unpublished

📚 3rd party library updates

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

57.0.0 — 2026-07-08

🛠 Breaking changes

  • @expo/ui
  • expo-modules-jsi
    • [iOS] JavaScriptError is now a copyable class conforming to Error (was a non-copyable struct), and JavaScriptValue no longer conforms to Error. (#47154 by @​tsapeta)
  • expo-font
    • [web] Removed Server.resetServerContext(). Server-side font state is now scoped per-render via AsyncLocalStorage. (#46669 by @​hassankhan)
  • @expo/cli
    • Make expo prebuild clear and regenerate the native folders by default. Pass --no-clean to apply changes to the existing folders instead. (#47209 by @​alanjhughes)

🎉 New features

  • Initial release of @expo/require-utils 🥳
  • pod-install
  • @expo/ui
    • [iOS] Added the SwiftUI accessibilityHidden modifier to hide decorative views from VoiceOver and other assistive technologies during element traversal. (#46579 by @​ramonclaudio)
    • [iOS] Added the SwiftUI accessibilityIdentifier modifier to set a stable identifier for UI testing tools such as XCUITest. (#46556 by @​ramonclaudio)
    • [iOS] Added the SwiftUI dynamicTypeSize modifier to set or constrain the Dynamic Type size within a view. Accepts a single size or a { min, max } range, and cascades from <Host> to bound how far text scales at the largest accessibility sizes. (#46540 by @​ramonclaudio)
    • [iOS] Added children prop to Label component, allowing custom title views (e.g. a VStack with title and subtitle) while preserving native icon spacing and Dynamic Type icon sizing.
    • [iOS] Add buttonBorderShape SwiftUI modifier, which reshapes a styled button (for example a glass button) while preserving its native press effect. (#46348 by @​nishan) (#46348 by @​intergalacticspacehighway)
    • [jetpack-compose] Added NavigationBar and NavigationBarItem components.
    • [iOS] Added the SwiftUI listRowSpacing modifier. (#46417 by @​qiyangdev)
    • [iOS] Added support for custom SF Symbols in the SwiftUI Image component. (#46183 by @​cinques)
    • [swift-ui] Added <DisclosureGroup.Label> for custom label style. (#46288 by @​kudo)
    • [universal] Added <Collapsible.labelStyle> for custom label style. (#46288 by @​kudo)
    • [jetpack-compose] Added dropShadow and innerShadow modifiers. (#46364 by @​duyanhv)
    • [iOS] Added the SwiftUI imageScale modifier to scale SF Symbols within a view relative to the surrounding text (small, medium, large). (#46774 by @​ramonclaudio)
    • [jetpack-compose] Added onGloballyPositioned modifier, which reports a composable's window position and size. (#46744 by @​nishan) (#46744 by @​intergalacticspacehighway)
    • [iOS] Extended the SwiftUI onGeometryChange modifier to also report the view's global position (x/y) alongside its size. (#46744 by @​nishan) (#46744 by @​intergalacticspacehighway)
    • [iOS] Added the SwiftUI minimumScaleFactor modifier to let text shrink down to a given fraction of its size before truncating. (#46740 by @​nishan) (#46740 by @​intergalacticspacehighway)
    • [iOS][android] Added React Compiler-friendly get() / set() accessors to useNativeState, as an alternative to reading and writing .value. (#46690 by @​nishan) (#46692 by @​intergalacticspacehighway)

... (truncated)

Commits

Updates expo-local-authentication from 17.0.8 to 57.0.2

Changelog

Sourced from expo-local-authentication's changelog.

57.0.2 - 2026-07-22

🐛 Bug fixes

  • [Android] Ensure concurrent authenticateAsync calls don't resolve the active prompt's promise (#45954 by @​kitten)

57.0.1 - 2026-07-15

This version does not introduce any user-facing changes.

57.0.0 - 2026-06-25

This version does not introduce any user-facing changes.

56.0.4 — 2026-05-21

🐛 Bug fixes

56.0.3 — 2026-05-06

This version does not introduce any user-facing changes.

56.0.2 — 2026-05-06

This version does not introduce any user-facing changes.

56.0.1 — 2026-05-06

This version does not introduce any user-facing changes.

56.0.0 — 2026-05-05

🛠 Breaking changes

🎉 New features

55.0.13 - 2026-04-09

This version does not introduce any user-facing changes.

55.0.12 - 2026-04-07

This version does not introduce any user-facing changes.

... (truncated)

Commits

Updates expo-router from 6.0.24 to 57.0.19

Changelog

Sourced from expo-router's changelog.

Changelog

This is the log of notable changes to the Expo client that are developer-facing. Package-specific changes not released in any SDK will be added here just before the release. Until then, you can find them in changelogs of the individual packages (see packages directory).

Unpublished

📚 3rd party library updates

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

57.0.0 — 2026-07-08

🛠 Breaking changes

  • @expo/ui
  • expo-modules-jsi
    • [iOS] JavaScriptError is now a copyable class conforming to Error (was a non-copyable struct), and JavaScriptValue no longer conforms to Error. (#47154 by @​tsapeta)
  • expo-font
    • [web] Removed Server.resetServerContext(). Server-side font state is now scoped per-render via AsyncLocalStorage. (#46669 by @​hassankhan)
  • @expo/cli
    • Make expo prebuild clear and regenerate the native folders by default. Pass --no-clean to apply changes to the existing folders instead. (#47209 by @​alanjhughes)

🎉 New features

  • Initial release of @expo/require-utils 🥳
  • pod-install
  • @expo/ui
    • [iOS] Added the SwiftUI accessibilityHidden modifier to hide decorative views from VoiceOver and other assistive technologies during element traversal. (#46579 by @​ramonclaudio)
    • [iOS] Added the SwiftUI accessibilityIdentifier modifier to set a stable identifier for UI testing tools such as XCUITest. (#46556 by @​ramonclaudio)
    • [iOS] Added the SwiftUI dynamicTypeSize modifier to set or constrain the Dynamic Type size within a view. Accepts a single size or a { min, max } range, and cascades from <Host> to bound how far text scales at the largest accessibility sizes. (#46540 by @​ramonclaudio)
    • [iOS] Added children prop to Label component, allowing custom title views (e.g. a VStack with title and subtitle) while preserving native icon spacing and Dynamic Type icon sizing.
    • [iOS] Add buttonBorderShape SwiftUI modifier, which reshapes a styled button (for example a glass button) while preserving its native press effect. (#46348 by @​nishan) (#46348 by @​intergalacticspacehighway)
    • [jetpack-compose] Added NavigationBar and NavigationBarItem components.
    • [iOS] Added the SwiftUI listRowSpacing modifier. (#46417 by @​qiyangdev)
    • [iOS] Added support for custom SF Symbols in the SwiftUI Image component. (#46183 by @​cinques)
    • [swift-ui] Added <DisclosureGroup.Label> for custom label style. (#46288 by @​kudo)
    • [universal] Added <Collapsible.labelStyle> for custom label style. (#46288 by @​kudo)
    • [jetpack-compose] Added dropShadow and innerShadow modifiers. (#46364 by @​duyanhv)
    • [iOS] Added the SwiftUI imageScale modifier to scale SF Symbols within a view relative to the surrounding text (small, medium, large). (#46774 by @​ramonclaudio)
    • [jetpack-compose] Added onGloballyPositioned modifier, which reports a composable's window position and size. (#46744 by @​nishan) (#46744 by @​intergalacticspacehighway)
    • [iOS] Extended the SwiftUI onGeometryChange modifier to also report the view's global position (x/y) alongside its size. (#46744 by @​nishan) (#46744 by @​intergalacticspacehighway)
    • [iOS] Added the SwiftUI minimumScaleFactor modifier to let text shrink down to a given fraction of its size before truncating. (#46740 by @​nishan) (#46740 by @​intergalacticspacehighway)
    • [iOS][android] Added React Compiler-friendly get() / set() accessors to useNativeState, as an alternative to reading and writing .value. (#46690 by @​nishan) (#46692 by @​intergalacticspacehighway)

... (truncated)

Commits

Updates expo-secure-store from 15.0.8 to 57.0.3

Changelog

Sourced from expo-secure-store's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • [Android] Fix deleteItemAsync resolving when a retried delete left the value on disk. (#49151 by @​vonovak)
  • [iOS] Reject deleteItemAsync when the keychain refuses the delete, instead of resolving as if the item was removed. (#49146 by @​vonovak)
  • [iOS] Apply keychainAccessible when overwriting an existing item, instead of silently keeping the accessibility it was first stored with. (#49128 by @​JoRo-Code and @​behenate)

💡 Others

57.0.1 - 2026-07-15

This version does not introduce any user-facing changes.

57.0.0 - 2026-06-25

This version does not introduce any user-facing changes.

56.0.4 — 2026-05-21

🐛 Bug fixes

56.0.3 — 2026-05-06

This version does not introduce any user-facing changes.

56.0.2 — 2026-05-06

This version does not introduce any user-facing changes.

56.0.1 — 2026-05-06

This version does not introduce any user-facing changes.

56.0.0 — 2026-05-05

🛠 Breaking changes

... (truncated)

Commits

Updates expo-splash-screen from 31.0.13 to 57.0.8

Changelog

Sourced from expo-splash-screen's changelog.

Changelog

This is the log of notable changes to the Expo client that are developer-facing. Package-specific changes not released in any SDK will be added here just before the release. Until then, you can find them in changelogs of the individual packages (see packages directory).

Unpublished

📚 3rd party library updates

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

57.0.0 — 2026-07-08

🛠 Breaking changes

  • @expo/ui
  • expo-modules-jsi
    • [iOS] JavaScriptError is now a copyable class conforming to Error (was a non-copyable struct), and JavaScriptValue no longer conforms to Error. (#47154 by @​tsapeta)
  • expo-font
    • [web] Removed Server.resetServerContext(). Server-side font state is now scoped per-render via AsyncLocalStorage. (#46669 by @​hassankhan)
  • @expo/cli
    • Make expo prebuild clear and regenerate the native folders by default. Pass --no-clean to apply changes to the existing folders instead. (#47209 by @​alanjhughes)

🎉 New features

  • Initial release of @expo/require-utils 🥳
  • pod-install
  • @expo/ui
    • [iOS] Added the SwiftUI accessibilityHidden modifier to hide decorative views from VoiceOver and other assistive technologies during element traversal. (#46579 by @​ramonclaudio)
    • [iOS] Added the SwiftUI accessibilityIdentifier modifier to set a stable identifier for UI testing tools such as XCUITest. (#46556 by @​ramonclaudio)
    • [iOS] Added the SwiftUI dynamicTypeSize modifier to set or constrain the Dynamic Type size within a view. Accepts a single size or a { min, max } range, and cascades from <Host> to bound how far text scales at the largest accessibility sizes. (#46540 by @​ramonclaudio)
    • [iOS] Added children prop to Label component, allowing custom title views (e.g. a VStack with title and subtitle) while preserving native icon spacing and Dynamic Type icon sizing.
    • [iOS] Add buttonBorderShape SwiftUI modifier, which reshapes a styled button (for example a glass button) while preserving its native press effect. (#46348 by @​nishan) (#46348 by @​intergalacticspacehighway)
    • [jetpack-compose] Added NavigationBar and NavigationBarItem components.
    • [iOS] Added the SwiftUI listRowSpacing modifier. (#46417 by @​qiyangdev)
    • [iOS] Added support for custom SF Symbols in the SwiftUI Image component. (#46183 by @​cinques)
    • [swift-ui] Added <DisclosureGroup.Label> for custom label style. (#46288 by @​kudo)
    • [universal] Added <Collapsible.labelStyle> for custom label style. (#46288 by @​kudo)
    • [jetpack-compose] Added dropShadow and innerShadow modifiers. (#46364 by @​duyanhv)
    • [iOS] Added the SwiftUI imageScale modifier to scale SF Symbols within a view relative to the surrounding text (small, medium, large). (#46774 by @​ramonclaudio)
    • [jetpack-compose] Added onGloballyPositioned modifier, which reports a composable's window position and size. (#46744 by @​nishan) (#46744 by @​intergalacticspacehighway)
    • [iOS] Extended the SwiftUI onGeometryChange modifier to also report the view's global position (x/y) alongside its size. (#46744 by @​nishan) (#46744 by @​intergalacticspacehighway)
    • [iOS] Added the SwiftUI minimumScaleFactor modifier to let text shrink down to a given fraction of its size before truncating. (#46740 by @​nishan) (#46740 by @​intergalacticspacehighway)
    • [iOS][android] Added React Compiler-friendly get() / set() accessors to useNativeState, as an alternative to reading and writing .value. (#46690 by @​nishan) (#46692 by @​intergalacticspacehighway)

... (truncated)

Commits

Updates expo-status-bar from 3.0.9 to 57.0.1

Changelog

Sourced from expo-status-bar's changelog.

57.0.1 - 2026-07-15

This version does not introduce any user-facing changes.

57.0.0 - 2026-06-25

This version does not introduce any user-facing changes.

56.0.4 — 2026-05-06

This version does not introduce any user-facing changes.

56.0.3 — 2026-05-06

This version does not introduce any user-facing changes.

56.0.2 — 2026-05-06

This version does not introduce any user-facing changes.

56.0.1 — 2026-05-05

This version does not introduce any user-facing changes.

56.0.0 — 2026-05-05

🛠 Breaking changes

  • Removed setStatusBarBackgroundColor, setStatusBarNetworkActivityIndicatorVisible, setStatusBarTranslucent functions and backgroundColor, networkActivityIndicatorVisible, translucent props from StatusBarProps. (#44196 by @​zoontek)

🎉 New features

💡 Others

  • Removed androidStatusBar config overwrite (for Expo Go sync). (#44469 by @​zoontek)
  • Moved setStatusBarStyle and setStatusBarHidden to StatusBar.setStyle and StatusBar.setHidden static methods. The old named exports are still available but deprecated. (#44172 by @​zoontek)
  • Removed react-native-is-edge-to-edge dependency. (#44196 by @​zoontek)

55.0.6 - 2026-05-05

This version does not introduce any user-facing changes.

55.0.5 - 2026-04-02

This version does not introduce any user-facing changes.

55.0.4 — 2026-02-25

... (truncated)

Commits

@dependabot @github

dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the Mobile This is a label for Mobile Development related issues label Aug 23, 2026
@dependabot dependabot Bot added the Mobile This is a label for Mobile Development related issues label Aug 23, 2026
@dependabot dependabot Bot changed the title chore(mb-deps): bump the expo group in /apps/rezzident_MB with 10 updates chore(mb-deps): bump the expo group across 1 directory with 10 updates Aug 24, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/rezzident_MB/expo-2c42c7726b branch from 42df090 to da35c1c Compare August 24, 2026 21:10
Bumps the expo group with 10 updates in the /apps/rezzident_MB directory:

| Package | From | To |
| --- | --- | --- |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `54.0.36` | `57.0.20` |
| [expo-camera](https://github.com/expo/expo/tree/HEAD/packages/expo-camera) | `17.0.10` | `57.0.4` |
| [expo-constants](https://github.com/expo/expo/tree/HEAD/packages/expo-constants) | `18.0.13` | `57.0.17` |
| [expo-haptics](https://github.com/expo/expo/tree/HEAD/packages/expo-haptics) | `15.0.8` | `57.0.2` |
| [expo-linking](https://github.com/expo/expo/tree/HEAD/packages/expo-linking) | `8.0.12` | `57.0.9` |
| [expo-local-authentication](https://github.com/expo/expo/tree/HEAD/packages/expo-local-authentication) | `17.0.8` | `57.0.2` |
| [expo-router](https://github.com/expo/expo/tree/HEAD/packages/expo-router) | `6.0.24` | `57.0.19` |
| [expo-secure-store](https://github.com/expo/expo/tree/HEAD/packages/expo-secure-store) | `15.0.8` | `57.0.3` |
| [expo-splash-screen](https://github.com/expo/expo/tree/HEAD/packages/expo-splash-screen) | `31.0.13` | `57.0.8` |
| [expo-status-bar](https://github.com/expo/expo/tree/HEAD/packages/expo-status-bar) | `3.0.9` | `57.0.1` |



Updates `expo` from 54.0.36 to 57.0.20
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo)

Updates `expo-camera` from 17.0.10 to 57.0.4
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-camera/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-camera)

Updates `expo-constants` from 18.0.13 to 57.0.17
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-constants)

Updates `expo-haptics` from 15.0.8 to 57.0.2
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-haptics/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-haptics)

Updates `expo-linking` from 8.0.12 to 57.0.9
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-linking)

Updates `expo-local-authentication` from 17.0.8 to 57.0.2
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-local-authentication/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-local-authentication)

Updates `expo-router` from 6.0.24 to 57.0.19
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-router)

Updates `expo-secure-store` from 15.0.8 to 57.0.3
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-secure-store/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-secure-store)

Updates `expo-splash-screen` from 31.0.13 to 57.0.8
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-splash-screen)

Updates `expo-status-bar` from 3.0.9 to 57.0.1
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-status-bar/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-status-bar)

---
updated-dependencies:
- dependency-name: expo
  dependency-version: 57.0.15
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-camera
  dependency-version: 57.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-constants
  dependency-version: 57.0.13
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-haptics
  dependency-version: 57.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-linking
  dependency-version: 57.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-local-authentication
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-router
  dependency-version: 57.0.15
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-secure-store
  dependency-version: 57.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-splash-screen
  dependency-version: 57.0.7
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-status-bar
  dependency-version: 57.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/apps/rezzident_MB/expo-2c42c7726b branch from da35c1c to b7c33d9 Compare September 7, 2026 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Mobile This is a label for Mobile Development related issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants