Skip to content

Bump the expo group across 1 directory with 14 updates - #148

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

Bump the expo group across 1 directory with 14 updates#148
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mobile/expo-61b005a5c2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the expo group with 12 updates in the /mobile directory:

Package From To
@expo/ui 57.0.8 57.0.11
expo 57.0.11 57.0.13
expo-image 57.0.1 57.0.3
expo-linking 57.0.4 57.0.6
expo-router 57.0.9 57.0.13
expo-splash-screen 57.0.5 57.0.6
react-native 0.86.2 0.87.0
react-native-gesture-handler 3.1.0 3.2.1
react-native-safe-area-context 5.8.1 5.9.0
react-native-screens 4.26.2 4.27.0
react-native-svg 15.15.4 15.15.5
react-native-worklets 0.10.3 0.11.4

Updates @expo/ui from 57.0.8 to 57.0.11

Changelog

Sourced from @​expo/ui's changelog.

Changelog

Unpublished

🛠 Breaking changes

  • [iOS] Fix <Host> centering its content instead of top-aligning it, so a flex: 1 host matches Android's top-leading layout. (#47561 by @​nishan)
  • [iOS] Fix HStack, VStack and GlassEffectContainer collapsing an unset spacing to 0 instead of forwarding nil to SwiftUI, so they now use the system default spacing like Grid, LazyHStack and LazyVStack already do. Pass spacing={0} explicitly to keep the previous layout. (by @​Den1Marshall)

🎉 New features

  • [android] Added maskClip modifier, exposing Compose's CarouselItemScope.maskClip so carousel items keep their shape while the carousel masks them. (#48852 by @​SchroederNathan)
  • [iOS] Added presentationBackground SwiftUI modifier and applied it in community/bottom-sheet. (#46285 by @​duyanhv)
  • [iOS] Added menuStyle and menuIndicator SwiftUI modifiers, which together with buttonStyle('plain') keep a Menu's custom label as its entire trigger on Mac Catalyst. (#48447 by @​cvburgess) (#48448 by @​cvburgess)
  • [iOS] Added an optional kind argument to the contentShape modifier, so a shape can be applied to drag previews, context menu previews, hover effects, or accessibility instead of only hit-testing. (#48540 by @​sinhong2011) (#48564 by @​intergalacticspacehighway)
  • [iOS] Added the properties, anchor and isSource parameters to the matchedGeometryEffect modifier, matching SwiftUI's signature. (#48671 by @​Den1Marshall)
  • [iOS] Added the listRowSeparatorTint modifier, so a list row separator can be recolored and not only shown or hidden. (#48804 by @​marco242424) (#48810 by @​expo-bot)
  • [iOS] Added the geometryGroup modifier, so a view's subviews can resolve their geometry against it instead of an animating ancestor. Without it, a Button inside a container with an animation modifier can draw its label away from its own background while the animation runs. (#48838 by @​intergalacticspacehighway)
  • [Android] Add a Jetpack Compose Image component. (#48521 by @​jakex7)
  • [android] Add shouldDismissOnBackPress prop to the universal BottomSheet component, forwarding it to ModalBottomSheet via properties.shouldDismissOnBackPress. When false, the back press does not dismiss the sheet (and the press still does not reach BackHandler). (#48987 by @​webdevsamran)
  • [universal] Added a contentPadding prop to BottomSheet, so sheet content can reach the sheet's edges instead of always sitting inside a hardcoded 16-unit inset. (#48902 by @​kilarsky)

🐛 Bug fixes

  • [Android] Preserve vector drawable fillType values when loading images so even-odd paths render correctly.
  • [universal] Fix Cannot use shared object that was already released when a worklet callback prop closes over an unstable value. (#48819 by @​intergalacticspacehighway)
  • [universal] Add an explicit type annotation to BottomSheetTextInput so its type doesn't depend on referencing React Native's internal TextInputType. (#48218 by @​zoontek)
  • [iOS] Fix community/bottom-sheet close callbacks firing before the sheet finished dismissing. (#48389 by @​nicklamont) (#48436 by @​intergalacticspacehighway)
  • [iOS] Fix the community/datetime-picker field collapsing to zero width — invisible and untappable — when its parent doesn't stretch it (e.g. alignItems: 'center'). (#47033 by @​nishan)
  • [iOS] Fixed viewport size measurement reading the main screen instead of the scene the view is in. (#48170 by @​alanjhughes)

💡 Others

Commits

Updates expo from 57.0.11 to 57.0.13

Commits

Updates expo-constants from 57.0.9 to 57.0.11

Commits

Updates expo-image from 57.0.1 to 57.0.3

Changelog

Sourced from expo-image's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

  • Added an imageLoaded module event emitted with the decoded pixel size from every load path. (#47337 by @​Ubax)
  • add expo-observe integration (#47145 by @​Ubax)
  • [iOS][Android] Added a skipOnCacheHit field to transition that skips the fade the first time a cached image appears ('memory' for memory-cache hits, 'all' for any cache hit), so already-loaded images don't re-animate on mount, tab change, or when scrolling back into view. A transition from a source change still plays. (#48181 by @​janicduplessis)

🐛 Bug fixes

  • [web] Fixed Expo Image's internal dataSet marker being overwritten by a user-provided dataSet. (#48821 by @​Brentlok)
  • [iOS] Fixed generateThumbhashAsync crashing on images with extreme aspect ratios. (#47189 by @​gabrieldonadel)
  • [Android] Replaced the deprecated RenderScript-based blurRadius blur with a software stack blur to fix a use-after-free crash under concurrent image loads (aborts under GrapheneOS hardened_malloc). (#PR by @​DimitrisTzimikas)
  • [Web] Use textContent instead of innerHTML when injecting image styles, so the style tag is not a Trusted Types sink. (#48649 by @​VoulgarisLeoni)
  • [iOS] Fixed generateBlurhashAsync and generateThumbhashAsync never settling when the image could not be downloaded. (#PR (#48894 by @​vonovak)

💡 Others

Commits

Updates expo-linking from 57.0.4 to 57.0.6

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)
Commits

Updates expo-router from 57.0.9 to 57.0.13

Changelog

Sourced from expo-router's changelog.

Changelog

Unpublished

🛠 Breaking changes

  • Remove getInitialState from the Router interface. Custom routers no longer create initial state; the navigator creates it and passes it to getRehydratedState. (#48783 by @​Ubax)
  • Remove routeParamList from RouterConfigOptions and remove the RouterActionOptions type. Custom routers receive RouterConfigOptions in both getRehydratedState and getStateForAction. (#48783 by @​Ubax)
  • Remove the deprecated NavigationContainer export (#48760 by @​Ubax)
  • Remove the static default field from DrawerNavigationState and deprecate getDrawerStatusFromState. (#48750 by @​Ubax)
  • Remove the preloadedRouteKeys field from TabNavigationState. (#48718 by @​Ubax)
  • Make history optional in TabNavigationState and DrawerNavigationState (#48709 by @​Ubax)
  • Make navigation state type optional for custom routers. (#48757 by @​Ubax)
  • Handle PUSH in tab and drawer routers instead of coercing it to NAVIGATE. Custom routers must now handle the PUSH action in getStateForAction. (#48752 by @​Ubax)
  • Remove the initialParams prop from Expo Router screens and routeParamList from custom router action options. (#48756 by @​Ubax)
  • Remove the initialRouteName prop from Expo Router navigators. Configure the initial route with unstable_settings.initialRouteName in the route layout instead. (#48708 by @​Ubax)
  • 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

  • Add global registry for routers. (#48707 by @​Ubax)
  • 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)
  • Honor loader Cache-Control headers via the platform HTTP cache instead of caching loader data in memory (#48087 by @​hassankhan)

🐛 Bug fixes

  • Make layouts with explicitly declared screens honor unstable_settings.initialRouteName instead of declaration order, which can change deep-link back stacks. (#48708 by @​Ubax)
  • 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)

... (truncated)

Commits

Updates expo-splash-screen from 57.0.5 to 57.0.6

Changelog

Sourced from expo-splash-screen's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

Commits

Updates expo-symbols from 57.0.1 to 57.0.2

Changelog

Sourced from expo-symbols's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

  • Fixed style prop being ignored on SymbolView's non-native fallback. (#48553 by @​fallmo)

💡 Others

Commits

Updates react-native from 0.86.2 to 0.87.0

Release notes

Sourced from react-native's releases.

0.87.0


Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:


You can file issues or pick requests against this release here.


To help you upgrade to this version, you can use the Upgrade Helper ⚛️.


View the whole changelog in the CHANGELOG.md file.

0.87.0-rc.4


Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:


You can file issues or pick requests against this release here.


... (truncated)

Changelog

Sourced from react-native's changelog.

v0.87.0

Breaking

  • Appearance: Fix return type of useColorScheme() hook (now ColorSchemeName | null) (ef6463c25d by @​huntie)
  • Appearance: useColorScheme() no longer returns 'unspecified' (this was always the case, but is a breaking type change) (8ac88f481a by @​huntie)
  • CLI: The react-native/core-cli-utils package is no longer published. It remains available in the React Native repo as a reference implementation. (9c3fddf9cd by @​huntie)
  • Hermes: Remove Legacy Hermes from C++ code (f9476256bd by @​cipolleschi)
  • JavaScript API: Deep imports to 'react-native/src/private/...' have been restricted, and are no longer visible to TypeScript. These subpaths still exist, but do not have type coverage. (142b6172a9 by @​huntie)
  • JavaScript API: The NativeDialogManagerAndroid export is removed. (a793d21a7e by @​huntie)
  • JavaScript API: The Touchable root export (undocumented) is removed. If you are extending Touchable as a type, please use ViewProps instead. (6fbf3062f9 by @​huntie)
  • JavaScript API: react-native/rn-get-polyfills is removed — please use react-native/js-polyfills (package) (b6a535afee by @​huntie)
  • Jest: react-native/jest-preset is removed — all projects must now migrate to react-native/jest-preset (package) (9ee21ddd9b by @​huntie)
  • Legacy Architecture: Compile out RuntimeScheduler_Legacy under RCT_REMOVE_LEGACY_ARCH (d205267a5f by @​christophpurrer)
  • LogBox: Set max font scaling in LogBox to avoid layout breaking (4aef2b0126 by @​pchalupa)
  • Node: Require Node.js >= 22.13.0 (a0d39e7a9c by @​huntie)
  • React Native DevTools: Remove support for connecting to the standalone react-devtools package via WebSocket. Use React Native DevTools instead. (f1971caa44 by @​huntie)
  • Renderer: Remove RawPropsKey prefix and suffix (67381e157f by @​javache)
  • Runtime: Remove the SceneTracker module from Libraries/Utilities, stop setting the active scene from AppRegistry.runApplication, and pass the app key as an optional second argument to WrapperComponentProvider (bbb5be9b41 by @​rubennorte)
  • ScrollView: Remove deprecated boolean values support for ScrollView keyboardShouldPersistTaps (5bf3e38db2 by @​zoontek)
  • StatusBar: Remove deprecated StatusBar backgroundColor / translucent / networkActivityIndicatorVisible props and setBackgroundColor / setTranslucent / setNetworkActivityIndicatorVisible methods (6b45e579d6 by @​zoontek)
  • Strict TypeScript API: Remove legacy NativeMethods and NativeMethodsMixin types (b724611aec by @​huntie)
  • Strict TypeScript API: React Native's default JavaScript API is now the Strict TypeScript API. Use customConditions: ["react-native-legacy-deep-imports"] to opt out. (c948b61c05 by @​huntie)

Android specific

iOS specific

Added

  • Animated: Support native driven AnimatedValue interpolation easing (57ce6bc585 by @​zeyap)
  • Animated: Remove useNativeDriver under featureflag animatedForceNativeDriver (9cf30b6e4b by @​zeyap)
  • Animated: Remove useNativeDriver under featureflag animatedForceNativeDriver (cffe14ff57 by @​zeyap)
  • Animated: Add optimizedAnimatedPropUpdates feature flag (ed96b22af2 by Bartlomiej Bloniarz)
  • Assets: Introduce react-native/asset-utils package (relocates Android path utils for libraries/frameworks) (41d52189e2 by @​huntie)
  • JavaScript API: Deprecate 'react-native/Libraries/Core/InitializeCore'. Use 'react-native/setup-env' instead. (bfa679f0ea by @​huntie)
  • Legacy Architecture: Gate shared C++ and Android Java/Kotlin legacy view manager interop behind RCT_REMOVE_LEGACY_COMPONENT_INTEROP (9885fe95ef by @​christophpurrer)

... (truncated)

Commits
  • 4bc2473 Release 0.87.0
  • 01f752d Release 0.87.0-rc.4
  • 24353da fix(iOS): keep prebuilt Headers/ in place on a Debug/Release swap (#57814)
  • 329f864 fix(swiftpm): persist --config-command so the in-build sync keeps using it (#...
  • 4dd4d31 Write the prebuilt module-map flag to OTHER_CPLUSPLUSFLAGS too (#57742)
  • f3e11c2 Fix compat with extensionless scripts/* imports (#57718)
  • d8b52df SPM: allow overriding the autolinking config command (#57662)
  • 0cacb90 SPM: fix raw Flow type annotations in bare-node scripts (#57660)
  • 034245a fix(iOS): stage Hermes headers in prebuild compose job so ReactNativeHeaders ...
  • b67c5cf Release 0.87.0-rc.3
  • Additional commits viewable in compare view

Updates react-native-gesture-handler from 3.1.0 to 3.2.1

Release notes

Sourced from react-native-gesture-handler's releases.

v3.2.1

🐛 Bug fixes

🔢 Miscellaneous

Full Changelog: software-mansion/react-native-gesture-handler@v3.2.0...v3.2.1

v3.2.0

❗ Important changes

👍 Improvements

🐛 Bug fixes

... (truncated)

Commits
  • 62f0f7d Release v3.2.1
  • 4716425 Merge branch '3.2-stable' of github.com:software-mansion/react-native-gesture...
  • f0ae48c Update Pressable props (#4421)
  • 5f0f0d8 Forward press handlers as testOnly_* in PressableWithTouchable (#4416)
  • 0a91db7 Release v3.2.0
  • 44046a6 [Android] Resolve the button event dispatcher by react tag (#4415)
  • 2469c1d Derive Pressable pressed state from testOnly_pressed (#4414)
  • 3f1bf74 Clear pending timers on unmount in StatefulPressable (#4413)
  • 50ae6a1 [General] Default GestureDetector moduleId to -1 (#4412)
  • 8b661c9 Implement Pressable based on Touchable (#4411)
  • Additional commits viewable in compare view

Updates react-native-safe-area-context from 5.8.1 to 5.9.0

Release notes

Sourced from react-native-safe-area-context's releases.

Release 5.9.0

5.9.0 (2026-08-12)

Bug Fixes

  • avoid NotFoundError when the measurement element is already detached (#746) (76dfb06)
  • make nested SafeAreaProvider report its own frame and insets on web (#737) (2fa707d)
  • update insets and frame on window resize on web (#736) (1fe7ec5)

Features

Commits
  • f65d4d9 chore: release 5.9.0
  • 76dfb06 fix: avoid NotFoundError when the measurement element is already detached (#746)
  • 2fa707d fix: make nested SafeAreaProvider report its own frame and insets on web (#737)
  • 1fe7ec5 fix: update insets and frame on window resize on web (#736)
  • 42c50a6 feat: Adopt AGP v9 (#733)
  • See full diff in compare view

Updates react-native-screens from 4.26.2 to 4.27.0

Release notes

Sourced from react-native-screens's releases.

4.27.0

What's changed

This release adds support for React Native 0.87, fixing a runtime crash on iOS in the process. It also introduces the experimental ScrollToTopGuard component and fully migrates the Split component implementation from Swift to Objective-C.

✅ Improvements

  • feat(Android, Stack v5): support sending multiple updates via view command (#4243)
  • refactor(test): Add scenario for Stack v5 preventNativeDismiss with nested stack (#4279)
  • feat(Stack v5, iOS): Implement basic view commands for iOS header menu (#4339)
  • feat(experimental, iOS): add experimental ScrollToTopGuard component (#4454)
  • refactor: change default value of backTitleVisible to true instead of 'true' (#4457)
  • chore(iOS, Split): Migrate ReactMountingTransactionObserving to obj-c (#4458)
  • chore(iOS, Split): Migrate Appearance-related logic to obj-c (#4459)
  • chore: add support for react-native@0.87.0-rc.3 (#4461)
  • chore(iOS, Split): Migrate RNSSplitNavigationController to obj-c (#4462)
  • chore(iOS, Split): Migrate RNSSplitScreenController to obj-c (#4463)
  • chore(iOS, Split): Migrate RNSSplitHostController to Obj-C with all associated classes (#4465)
  • chore(iOS): Post Swift-removal cleanup (#4466)
  • feat(ios, Stack v4): add subtitle support for UIMenu header button submenus (#4469)

🐞 Bugfixes

  • fix(Android): defensively guard against an unexpected menuItem Id (#4450)
  • fix(Android, Stack): don't add top inset to measured header height when it's disabled (#4452)
  • fix(iOS, Stack v4): fall back to inheriting orientation if it's not defined on the screen (

Bumps the expo group with 12 updates in the /mobile directory:

| Package | From | To |
| --- | --- | --- |
| [@expo/ui](https://github.com/expo/expo/tree/HEAD/packages/expo-ui) | `57.0.8` | `57.0.11` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `57.0.11` | `57.0.13` |
| [expo-image](https://github.com/expo/expo/tree/HEAD/packages/expo-image) | `57.0.1` | `57.0.3` |
| [expo-linking](https://github.com/expo/expo/tree/HEAD/packages/expo-linking) | `57.0.4` | `57.0.6` |
| [expo-router](https://github.com/expo/expo/tree/HEAD/packages/expo-router) | `57.0.9` | `57.0.13` |
| [expo-splash-screen](https://github.com/expo/expo/tree/HEAD/packages/expo-splash-screen) | `57.0.5` | `57.0.6` |
| [react-native](https://github.com/react/react-native/tree/HEAD/packages/react-native) | `0.86.2` | `0.87.0` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `3.1.0` | `3.2.1` |
| [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `5.8.1` | `5.9.0` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.26.2` | `4.27.0` |
| [react-native-svg](https://github.com/software-mansion/react-native-svg) | `15.15.4` | `15.15.5` |
| [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.10.3` | `0.11.4` |



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

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

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

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

Updates `expo-linking` from 57.0.4 to 57.0.6
- [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 57.0.9 to 57.0.13
- [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-splash-screen` from 57.0.5 to 57.0.6
- [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-symbols` from 57.0.1 to 57.0.2
- [Changelog](https://github.com/expo/expo/blob/main/packages/expo-symbols/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-symbols)

Updates `react-native` from 0.86.2 to 0.87.0
- [Release notes](https://github.com/react/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react-native/commits/v0.87.0/packages/react-native)

Updates `react-native-gesture-handler` from 3.1.0 to 3.2.1
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@v3.1.0...v3.2.1)

Updates `react-native-safe-area-context` from 5.8.1 to 5.9.0
- [Release notes](https://github.com/AppAndFlow/react-native-safe-area-context/releases)
- [Commits](appandflow/react-native-safe-area-context@v5.8.1...v5.9.0)

Updates `react-native-screens` from 4.26.2 to 4.27.0
- [Release notes](https://github.com/software-mansion/react-native-screens/releases)
- [Commits](software-mansion/react-native-screens@4.26.2...4.27.0)

Updates `react-native-svg` from 15.15.4 to 15.15.5
- [Release notes](https://github.com/software-mansion/react-native-svg/releases)
- [Commits](software-mansion/react-native-svg@v15.15.4...v15.15.5)

Updates `react-native-worklets` from 0.10.3 to 0.11.4
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Changelog](https://github.com/software-mansion/react-native-reanimated/blob/main/packages/react-native-worklets/CHANGELOG.md)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/worklets-0.11.4/packages/react-native-worklets)

---
updated-dependencies:
- dependency-name: "@expo/ui"
  dependency-version: 57.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo
  dependency-version: 57.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-constants
  dependency-version: 57.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-image
  dependency-version: 57.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-linking
  dependency-version: 57.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-router
  dependency-version: 57.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-splash-screen
  dependency-version: 57.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-symbols
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: react-native
  dependency-version: 0.87.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: expo
- dependency-name: react-native-gesture-handler
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: expo
- dependency-name: react-native-safe-area-context
  dependency-version: 5.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: expo
- dependency-name: react-native-screens
  dependency-version: 4.27.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: expo
- dependency-name: react-native-svg
  dependency-version: 15.15.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: react-native-worklets
  dependency-version: 0.11.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: expo
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 18, 2026
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