Skip to content

build(deps): Bump the expo group across 1 directory with 8 updates - #50

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/expo-d036719982
Open

build(deps): Bump the expo group across 1 directory with 8 updates#50
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/expo-d036719982

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the expo group with 8 updates in the / directory:

Package From To
expo 55.0.19 57.0.11
expo-constants 55.0.15 57.0.9
expo-linking 55.0.14 57.0.5
expo-router 55.0.13 57.0.11
expo-secure-store 55.0.13 57.0.1
expo-splash-screen 55.0.19 57.0.5
expo-status-bar 55.0.5 57.0.1
expo-system-ui 55.0.16 57.0.2

Updates expo from 55.0.19 to 57.0.11

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-constants from 55.0.15 to 57.0.9

Changelog

Sourced from expo-constants's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

57.0.8 - 2026-07-29

This version does not introduce any user-facing changes.

57.0.7 - 2026-07-22

This version does not introduce any user-facing changes.

57.0.6 - 2026-07-17

This version does not introduce any user-facing changes.

57.0.5 - 2026-07-15

This version does not introduce any user-facing changes.

57.0.4 - 2026-07-15

This version does not introduce any user-facing changes.

57.0.3 - 2026-07-03

This version does not introduce any user-facing changes.

57.0.2 - 2026-06-30

This version does not introduce any user-facing changes.

57.0.1 - 2026-06-27

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.18 - 2026-06-10

... (truncated)

Commits

Updates expo-linking from 55.0.14 to 57.0.5

Changelog

Sourced from expo-linking's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • Create development deep links from the bundle URL's authority instead of the manifest's hostUri (#48275 by @​kitten)

💡 Others

  • [Internal] Read the development server URL from expo/internal/bundle-origin instead of duplicating its accessor (#48278 by @​kitten)

57.0.4 - 2026-07-22

This version does not introduce any user-facing changes.

57.0.3 - 2026-07-15

This version does not introduce any user-facing changes.

57.0.2 - 2026-07-07

This version does not introduce any user-facing changes.

57.0.1 - 2026-06-30

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.14 - 2026-06-10

This version does not introduce any user-facing changes.

56.0.13 - 2026-05-29

🎉 New features

56.0.12 — 2026-05-26

This version does not introduce any user-facing changes.

... (truncated)

Commits

Updates expo-router from 55.0.13 to 57.0.11

Changelog

Sourced from expo-router's changelog.

Changelog

Unpublished

🛠 Breaking changes

  • Remove NavigationContainerRefContext fallback in useNavigation. The hook now throws when called outside a navigator, including components rendered via ExpoRoot's wrapper prop. (#48638 by @​Ubax)
  • Allow key to be undefined in the Descriptor type and in routes passed to screen options, navigator screenOptions, and RouteGroupConfig.screenOptions callbacks. (#48596 by @​Ubax)
  • Unify JS Tabs, TopTabs, Drawer, and headless tabs with NativeTabs - only screens declared in the layout become visible. (#48499 by @​Ubax)
  • Make href: null hide JS tabs and make their routes unreachable, redirecting navigation to the initial tab. (#48499 by @​Ubax)
  • Remove getStateForRouteNamesChange from the Router interface on expo-router/react-navigation. Custom routers must handle the ROUTE_NAMES_CHANGED action in getStateForAction instead. (#48479 by @​Ubax)
  • Migrate the JS TopTabs navigator to the standard-navigation integration. (#48498 by @​Ubax)
  • Make beforeRemove non-preventable and add removePrevented event. (#48347 by @​Ubax)
  • Remove the navigationKey prop from layout <Screen> and <Group> components. (#48502 by @​Ubax)
  • Remove the redirect prop from layout <Screen> components. (#48369 by @​Ubax)
  • Add redirectTo to protected routes and render guarded screens as redirects instead of removing them from navigators. (#47744 by @​Ubax)
  • Migrate the Drawer navigator to the standard-navigation integration. (#47839 by @​Ubax)
  • Remove StackNavigationState.preloadedRoutes property and append preloaded routes to state.routes (#47961 by @​Ubax)
  • Migrate the JS Tabs navigator to the standard-navigation integration. (#48292 by @​Ubax)

🎉 New features

  • Improve withLayoutContext types (#48356 by @​Ubax)
  • Expose unstable_nativeProps props from Stack component (#48152 by @​Ubax)
  • Expose route provenance to custom navigators through descriptor routeSource. (#47827 by @​Ubax)
  • Re-export drawer content components and types (DrawerContentScrollView, DrawerItem, DrawerItemList, DrawerContentComponentProps, DrawerNavigationProp, and more) from expo-router/drawer (#46635 by @​Ubax)
  • Add pageHeaders config plugin option for declaring per-path response headers (#47429 by @​hassankhan)
  • Upgrade react-native-screens to 4.26.0 (#47770 by @​Ubax)
  • Improve standard-navigation types for createProps. (#47825 by @​Ubax)
  • Add a processScreens option to the standard-navigation integration. (#48290 by @​Ubax)
  • Hide the splash screen when the built-in +not-found screen renders (#48721 by @​Ubax)

🐛 Bug fixes

  • Prevent unfocused nested native tab navigators from redirecting global router state. (#48257 by @​Ubax)
  • Fixed Tabs and TopTabs (expo-router/js-tabs, expo-router/js-top-tabs) not being usable from RSC (#48330 by @​Ubax)
  • Redirect fully guarded navigators to parent (#47984 by @​Ubax)
  • Unset nativeContainerStyle in transparent presentations (#48154 by @​Ubax)
  • [ios] Fix broken navigation state when a long press on a Link with a menu is released before the context menu fully presents. (#48104 by @​jiunshinn)
  • [android] Disable safe area insets in Native Tabs on Android when tab bar is hidden. (#47611 by @​debitan)
  • [ios] Fix memory leaks in the native toolbar and link preview from strong-reference cycles and closures that strongly captured self. (#47378 by @​Ubax)
  • [android][ios] Fix expo-router/head and expo-router/stack resolution on native platforms. (#47870 by @​hassankhan)
  • Fix missing subpath warning from Metro when importing from expo-router/server (#48045 by @​hassankhan)
  • Fix replace navigation in tabs leaving the replaced route in history. (#48256 by @​Ubax)

💡 Others

  • Render only the focused tab route during the first render. (#48618 by @​Ubax)
  • Order JS Tabs, NativeTabs, headless tabs and Drawer by routeNames order (#48374 by @​Ubax)
  • Integrate native stack with standard navigation (#48114 by @​Ubax)

... (truncated)

Commits

Updates expo-secure-store from 55.0.13 to 57.0.1

Changelog

Sourced from expo-secure-store'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-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

Commits

Updates expo-splash-screen from 55.0.19 to 57.0.5

Changelog

Sourced from expo-splash-screen's changelog.

57.0.5 - 2026-07-22

This version does not introduce any user-facing changes.

57.0.4 - 2026-07-15

This version does not introduce any user-facing changes.

57.0.3 - 2026-07-15

This version does not introduce any user-facing changes.

57.0.2 - 2026-07-03

This version does not introduce any user-facing changes.

57.0.1 - 2026-06-30

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.10 — 2026-05-23

This version does not introduce any user-facing changes.

56.0.9 — 2026-05-20

This version does not introduce any user-facing changes.

56.0.8 — 2026-05-19

This version does not introduce any user-facing changes.

56.0.7 — 2026-05-15

🐛 Bug fixes

  • Fix exports field resolving to the web stubs on native, making functions like preventAutoHideAsync no-ops. (#45798 by @​zoontek)

56.0.6 — 2026-05-13

This version does not introduce any user-facing changes.

56.0.5 — 2026-05-13

This version does not introduce any user-facing changes.

... (truncated)

Commits

Updates expo-status-bar from 55.0.5 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.

Commits

Updates expo-system-ui from 55.0.16 to 57.0.2

Changelog

Sourced from expo-system-ui's changelog.

57.0.2 - 2026-07-29

This version does not introduce any user-facing changes.

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.5 — 2026-05-21

🐛 Bug fixes

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

🎉 New features

55.0.17 - 2026-05-05

This version does not introduce any user-facing changes.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 3, 2026
@dependabot dependabot Bot changed the title build(deps): Bump the expo group with 8 updates build(deps): Bump the expo group across 1 directory with 8 updates Aug 10, 2026
Bumps the expo group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `55.0.19` | `57.0.11` |
| [expo-constants](https://github.com/expo/expo/tree/HEAD/packages/expo-constants) | `55.0.15` | `57.0.9` |
| [expo-linking](https://github.com/expo/expo/tree/HEAD/packages/expo-linking) | `55.0.14` | `57.0.5` |
| [expo-router](https://github.com/expo/expo/tree/HEAD/packages/expo-router) | `55.0.13` | `57.0.11` |
| [expo-secure-store](https://github.com/expo/expo/tree/HEAD/packages/expo-secure-store) | `55.0.13` | `57.0.1` |
| [expo-splash-screen](https://github.com/expo/expo/tree/HEAD/packages/expo-splash-screen) | `55.0.19` | `57.0.5` |
| [expo-status-bar](https://github.com/expo/expo/tree/HEAD/packages/expo-status-bar) | `55.0.5` | `57.0.1` |
| [expo-system-ui](https://github.com/expo/expo/tree/HEAD/packages/expo-system-ui) | `55.0.16` | `57.0.2` |



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

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

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

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

Updates `expo-secure-store` from 55.0.13 to 57.0.1
- [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 55.0.19 to 57.0.5
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-splash-screen/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-splash-screen)

Updates `expo-status-bar` from 55.0.5 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)

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

---
updated-dependencies:
- dependency-name: expo
  dependency-version: 57.0.9
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-constants
  dependency-version: 57.0.8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-linking
  dependency-version: 57.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-router
  dependency-version: 57.0.9
  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.5
  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
- dependency-name: expo-system-ui
  dependency-version: 57.0.2
  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/expo-d036719982 branch from ea4f4b7 to 4e3eddd Compare August 10, 2026 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants