Skip to content

Bump the expo group across 1 directory with 21 updates - #214

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mobile/expo-95f1248816
Closed

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/mobile/expo-95f1248816

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2026 •

Copy link
Copy Markdown
Contributor

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

Package From To
@expo/ui 57.0.11 57.0.18
expo 57.0.14 57.0.22
expo-crypto 57.0.1 57.0.3
expo-device 57.0.1 57.0.2
expo-glass-effect 57.0.1 57.0.3
expo-image 57.0.3 57.0.5
expo-linking 57.0.6 57.0.10
expo-local-authentication 57.0.2 57.0.3
expo-router 57.0.14 57.0.21
expo-secure-store 57.0.1 57.0.4
expo-splash-screen 57.0.7 57.0.9
expo-sqlite 57.0.1 57.0.3
expo-system-ui 57.0.2 57.0.4
expo-web-browser 57.0.2 57.0.3
react-native 0.86.2 0.87.1
react-native-gesture-handler 3.2.1 3.3.0
react-native-reanimated 4.5.3 4.6.0
react-native-worklets 0.10.3 0.12.2

Updates @expo/ui from 57.0.11 to 57.0.18

Commits

Updates expo from 57.0.14 to 57.0.22

Commits

Updates expo-constants from 57.0.12 to 57.0.18

Commits

Updates expo-crypto from 57.0.1 to 57.0.3

Changelog

Sourced from expo-crypto's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

58.0.1 — 2026-09-14

💡 Others

  • [iOS] Migrate the main module to the Expo Modules API 2.0 macros. (#49894 by @​tsapeta)

58.0.0 — 2026-09-10

🐛 Bug fixes

  • [Web] Respect the bounds of typed-array views in Crypto.AES, so sealed data passed as a Uint8Array that views part of a larger buffer no longer reads the wrong bytes and fails to decrypt. (#49196 by @​dennytosp)
  • [Web] Reject sealed data that is too short to hold its IV and authentication tag in AESSealedData.fromCombined(), matching iOS and Android. (#49196 by @​dennytosp)
  • Fix AESSealedData.fromCombined() throwing on Android when given a base64-encoded string. (#47317 by @​gabrieldonadel)
Commits

Updates expo-device from 57.0.1 to 57.0.2

Changelog

Sourced from expo-device's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

58.0.0 — 2026-09-10

This version does not introduce any user-facing changes.

Commits

Updates expo-font from 57.0.1 to 57.0.4

Changelog

Sourced from expo-font's changelog.

Changelog

Unpublished

🛠 Breaking changes

  • [web] Removed FontResource.testString. The CSS Font Loading API detects font loading without a test string. (#49497 by @​vonovak)

🎉 New features

  • [android][ios] Select a face of a multi-face font family with the fontWeight and fontStyle style props. (#49486 by @​vonovak)
  • Support loading multiple font weights and styles per fontFamily in useFonts/loadAsync on Android, iOS, and web. Use fontWeight and fontStyle style props to select the correct face. (#47939 by @​bryanmylee)
  • [web] Accept a variable-font weight range, for example weight: '100 900', on a font face. Android and iOS ignore a range and read the weight from the font file. (#49487 by @​vonovak)

🐛 Bug fixes

💡 Others

  • [web] Replaced the fontfaceobserver dependency with the CSS Font Loading API, so loadAsync also waits for the font on Safari and iOS browsers. (#49497 by @​vonovak)

58.0.0 — 2026-09-10

🛠 Breaking changes

  • [ios] getLoadedFonts() no longer reports the PostScript name read out of a font loaded with loadAsync, only the name (the alias) it was loaded under. (#48432 by @​vonovak)

🎉 New features

  • [android] Added an axes field to the config plugin's font definitions, so one variable font file can also back a slanted or condensed face through its slnt, wdth and other variation axes. (#48621 by @​vonovak)
  • [android] Support variable weight fonts in the config plugin (#48129 by @​L65FREAD)
  • [ios] Apply fontWeight to variable fonts loaded with useFonts. (#48432 by @​vonovak)

🐛 Bug fixes

  • [android] Apply fontWeight and fontStyle to fonts loaded with useFonts, instancing a variable font's wght axis at each weight. Bold and italic text previously fell back to a system font. (#48129 by @​L65FREAD)
  • [iOS] Fixed renderToImageAsync reporting the main screen's scale rather than the scale the image was rendered at. (#48172 by @​alanjhughes)
  • [web] Fixed isLoaded() always returning false on Firefox, and on every engine for font families whose name needs quoting, by normalizing quotes when comparing family names against the CSSOM. This also stops loadAsync() from injecting a duplicate @font-face rule on every call and makes unloadAsync() and getLoadedFonts() behave consistently across engines. (#49266 by @​irfanfandi)
  • [web] Match @font-face rules by comparing the rule's bare family name against the caller's literal name, so families whose names contain quotes or padding resolve correctly, and fixed unloadAsync() deleting wrong rules when several rules match. (#49379 by @​vonovak)
Commits

Updates expo-glass-effect from 57.0.1 to 57.0.3

Changelog

Sourced from expo-glass-effect's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

58.0.0 — 2026-09-10

🐛 Bug fixes

  • [iOS] Report isLiquidGlassAvailable as true in apps built with the iOS 27 SDK, which ignores UIDesignRequiresCompatibility. (#49850 by @​tsapeta)

💡 Others

  • Changed the type of the GlassView tintColor prop from string to ColorValue, which the native implementation already accepted, so PlatformColor and DynamicColorIOS values now type-check. (#49893 by @​johankasperi)
Commits

Updates expo-image from 57.0.3 to 57.0.5

Commits

Updates expo-linking from 57.0.6 to 57.0.10

Commits

Updates expo-local-authentication from 57.0.2 to 57.0.3

Changelog

Sourced from expo-local-authentication's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

58.0.0 — 2026-09-10

This version does not introduce any user-facing changes.

Commits

Updates expo-router from 57.0.14 to 57.0.21

Commits

Updates expo-secure-store from 57.0.1 to 57.0.4

Changelog

Sourced from expo-secure-store's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

58.0.0 — 2026-09-10

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

Updates expo-splash-screen from 57.0.7 to 57.0.9

Commits

Updates expo-sqlite from 57.0.1 to 57.0.3

Changelog

Sourced from expo-sqlite's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

  • Ship an agent skill for SQLite queries, migrations, storage, and platform configuration in the npm package. (#49867 by @​Kudo)

🐛 Bug fixes

💡 Others

58.0.2 — 2026-09-14

This version does not introduce any user-facing changes.

58.0.1 — 2026-09-14

💡 Others

  • Upgrade React Native to 0.88.0-rc.0 (#49910 by @​gabrieldonadel)
  • Built the vendored SQLite with SQLITE_ENABLE_API_ARMOR so misuse returns SQLITE_MISUSE instead of crashing. (#49068 by @​kudo)

58.0.0 — 2026-09-10

🛠 Breaking changes

  • Removed libSQL support. syncLibSQL() and the libSQLOptions open option are gone, and the useLibSQL config plugin property is deprecated: it warns during prebuild and no longer has any effect. (#48543 by @​kudo)

🐛 Bug fixes

  • [Android][iOS] Fix deleteDatabaseAsync and deleteDatabaseSync leaving -journal, -wal and -shm sidecar files behind. (#49125 by @​sbaiahmed1)
  • [tvOS] Fix path for DB creation. (#46715 by @​douglowder)
  • Fixed the devtools plugin bundle missing its wa-sqlite.wasm asset. (#48542 by @​kudo)
  • Fixed SQLiteStorage permanently throwing no such table: storage when the synchronous and asynchronous APIs raced the first-run migration. (#48878 by @​giaBaoJS)
  • Fixed reading a prepared statement result after the same statement ran again returning the later run's rows instead of throwing. Also guarded step, getAll, reset and finalize with the same per-statement lock that run takes. (#49796 by @​tsapeta)

💡 Others

  • Changed native implementation to use the unified ArrayBuffer type. (#47168 by @​barthap)
  • Build the devtools plugin web UI from the monorepo workspace instead of a standalone project. (#48542 by @​kudo)
  • Updated SQLite to 3.53.3 and SQLCipher to 4.17.0 on all platforms, including the web WebAssembly build. (#48544 by @​kudo)
Commits

Updates expo-symbols from 57.0.2 to 57.0.3

Commits

Updates expo-system-ui from 57.0.2 to 57.0.4

Changelog

Sourced from expo-system-ui's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

58.0.1 — 2026-09-14

💡 Others

58.0.0 — 2026-09-10

This version does not introduce any user-facing changes.

Commits

Updates expo-web-browser from 57.0.2 to 57.0.3

Changelog

Sourced from expo-web-browser's changelog.

Changelog

Unpublished

🛠 Breaking changes

🎉 New features

🐛 Bug fixes

💡 Others

58.0.0 — 2026-09-10

🐛 Bug fixes

  • [Android] Fixed toolbarColor being applied as the secondary toolbar color, and being discarded entirely when secondaryToolbarColor was also set. (#48900 by @​MUSE-CODE-SPACE)
  • [iOS] Fixed a failed presentation leaving the module locked, with every later openBrowserAsync resolving { type: 'locked' } until dismissBrowser was called or the app restarted. The promise of the failed call now resolves instead of hanging. (#49756 by @​LizunovSergey)
Commits

Updates react-native from 0.86.2 to 0.87.1

Release notes

Sourced from react-native's releases.

0.87.1

Added

iOS specific

  • SwiftPM: Added hard fail and clear error message when an autolinking plugin host is referenced as a dependency (90a539c92d by @​chrfalch)

Changed

Fixed

  • Animated: Animated.Value.addListener() types its callback payload as {value: number} rather than any (3eab03df4c by @​huntie)
  • Animated: Animated.event() is typed as an event handler rather than any (3eb330a365 by @​huntie)

iOS specific

  • Cocoapods: Keep the quotes on header search paths containing spaces in add_rn_third_party_dependencies (71c6bfbfdc by @​Kudo)
  • SwiftPM: Reject colliding or invalid spm.modules names instead of silently dropping a module from the build (39cd1dfc4c by @​chrfalch)
  • SwiftPM: Resolve Swift manifest naming collisions (962aeec5e5 by @​chrfalch)
  • SwiftPM: Fixed not reading spm.name from react-native.config.js when scaffolding the Swift manifest (482acee824 by @​chrfalch)
  • SwiftPM: Removed unused field spm.modules.publicHeaderFiles from react-native.config.js's spm section (5168f5f831 by Christian Falch)
  • SwiftPM: SwiftPM pipeline now reads react-native.config.js with default exports correctly (ed76640ba6 by @​chrfalch)
  • SwiftPM: Created constants for internal SwiftPM packages so that we can create guards to avoid collisions (d36aa4961d by @​chrfalch)
  • SwiftPM: Set SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG when injecting SPM (4433cdbe62 by @​radoslawrolka)
  • SwiftPM: Recover React-Core-prebuilt configuration swaps that were interrupted before the marker was updated (a772a7ca16 by @​adityasingh2400)
  • SwiftPM: Fix Hermes runtime/compiler version mismatch causing "Wrong bytecode version" crashes in SwiftPM Release builds (ead93778a1 by @​nduaarte)

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.1

Added

iOS specific

  • SwiftPM: Added hard fail and clear error message when an autolinking plugin host is referenced as a dependency (90a539c92d by @​chrfalch)

Changed

Fixed

  • Animated: Animated.Value.addListener() types its callback payload as {value: number} rather than any (3eab03df4c by @​huntie)
  • Animated: Animated.event() is typed as an event handler rather than any (3eb330a365 by @​huntie)

iOS specific

  • Cocoapods: Keep the quotes on header search paths containing spaces in add_rn_third_party_dependencies (71c6bfbfdc by @​Kudo)
  • SwiftPM: Reject colliding or invalid spm.modules names instead of silently dropping a module from the build (39cd1dfc4c by @​chrfalch)
  • SwiftPM: Resolve Swift manifest naming collisions (962aeec5e5 by @​chrfalch)
  • SwiftPM: Fixed not reading spm.name from react-native.config.js when scaffolding the Swift manifest (482acee824 by @​chrfalch)
  • SwiftPM: Removed unused field spm.modules.publicHeaderFiles from react-native.config.js's spm section (5168f5f831 by Christian Falch)
  • SwiftPM: SwiftPM pipeline now reads react-native.config.js with default exports correctly (ed76640ba6 by @​chrfalch)
  • SwiftPM: Created constants for internal SwiftPM packages so that we can create guards to avoid collisions (d36aa4961d by @​chrfalch)
  • SwiftPM: Set SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG when injecting SPM (4433cdbe62 by @​radoslawrolka)
  • SwiftPM: Recover React-Core-prebuilt configuration swaps that were interrupted before the marker was updated (a772a7ca16 by @​adityasingh2400)
  • SwiftPM: Fix Hermes runtime/compiler version mismatch causing "Wrong bytecode version" crashes in SwiftPM Release builds (ead93778a1 by @​nduaarte)

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)

... (truncated)

Commits
  • a59eff6 Release 0.87.1
  • 1a6b526 [0.87] Regenerate ReactNativeApi snapshot with CI toolchain
  • dda5dd3 [0.87] Regenerate ReactNativeApi snapshot
  • 476887c Merge remote-tracking branch 'refs/remotes/origin/pr/58052' into 0.87-stable
  • e6e404e Hold an app's spm.modules names to the same rules as a library's (#58060)
  • c951129 Resolve SwiftPM manifest naming collisions (#58044)
  • 33624ce Honor a library's spm.name when scaffolding its Package.swift (#58033)
  • 617a82f Fail with clear error message when a dep depends on an autolinking plugin hos...
  • 5e24a69 Drop the inert publicHeadersPath from spm.modules (#58059)
  • 40af900 Read both export styles from a library's react-native.config.js (#58034)
  • Additional commits viewable in compare view

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

Release notes

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

v3.3.0

🐛 Bug fixes

🔢 Miscellaneous

... (truncated)

Commits
  • 3f5e6d8 Release v3.3.0
  • dfd7ff3 Bump colord from 2.9.3 to 2.10.0 in /packages/docs-gesture-handler (#4499)
  • b6cc9e1 Bump svgo from 3.3.4 to 3.3.5 in /packages/docs-gesture-handler (#4507)
  • 26daaaa Bump joi from 17.13.4 to 17.13.7 in /packages/docs-gesture-handler (#4509)
  • 9703a2a [iOS] Preserve disabled button targets under box-none parents (#4506)
  • 1c8af36 fix: stop circular GestureStateManagerType import on web (#4508)
  • bcd4b52 [Web] Drop handlers that never began from the orchestrator (#4505)
  • c5db1fc [Web] Drop a handler from the orchestrator when it gets disabled mid-gesture ...
  • eabe157 [Android] Release the press when the button gets disabled (#4502)
  • b351a96 [iOS] Cancel an in-progress press when the button gets disabled (#4501)
  • Additional commits viewable in compare view

Updates react-native-reanimated from 4.5.3 to 4.6.0

Release notes

Sourced from react-native-reanimated's releases.

Reanimated - 4.6.0

Key changes

React Native 0.87 support

Reanimated 4.6 supports React Native 0.83 – 0.87 and pairs with Worklets 0.12.x. See the compatibility table.

CSS animation and transition callbacks on native

onCSSAnimationStart, onCSSAnimationEnd, onCSSAnimationIteration, onCSSAnimationCancel, onCSSTransitionRun, onCSSTransitionStart, onCSSTransitionEnd and onCSSTransitionCancel now fire on iOS and Android.

contrastColor utility

New contrastColor worklet, a port of CSS contrast-color(). It returns 'white' or 'black', whichever has the higher WCAG contrast ratio against the given color. It works inside useAnimatedStyle and other worklets as well as on the JS thread. See the docs.

Experimental: platform-driven CSS transitions on Android

opacity CSS transitions can now run on the Android platform with ObjectAnimator, off the animation loop. This is the Android counterpart of iOS Core Animation transitions.

The feature is off by default. Enable it with the ANDROID_CSS_PLATFORM_TRANSITIONS feature flag.

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

| Package | From | To |
| --- | --- | --- |
| [@expo/ui](https://github.com/expo/expo/tree/HEAD/packages/expo-ui) | `57.0.11` | `57.0.18` |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `57.0.14` | `57.0.22` |
| [expo-crypto](https://github.com/expo/expo/tree/HEAD/packages/expo-crypto) | `57.0.1` | `57.0.3` |
| [expo-device](https://github.com/expo/expo/tree/HEAD/packages/expo-device) | `57.0.1` | `57.0.2` |
| [expo-glass-effect](https://github.com/expo/expo/tree/HEAD/packages/expo-glass-effect) | `57.0.1` | `57.0.3` |
| [expo-image](https://github.com/expo/expo/tree/HEAD/packages/expo-image) | `57.0.3` | `57.0.5` |
| [expo-linking](https://github.com/expo/expo/tree/HEAD/packages/expo-linking) | `57.0.6` | `57.0.10` |
| [expo-local-authentication](https://github.com/expo/expo/tree/HEAD/packages/expo-local-authentication) | `57.0.2` | `57.0.3` |
| [expo-router](https://github.com/expo/expo/tree/HEAD/packages/expo-router) | `57.0.14` | `57.0.21` |
| [expo-secure-store](https://github.com/expo/expo/tree/HEAD/packages/expo-secure-store) | `57.0.1` | `57.0.4` |
| [expo-splash-screen](https://github.com/expo/expo/tree/HEAD/packages/expo-splash-screen) | `57.0.7` | `57.0.9` |
| [expo-sqlite](https://github.com/expo/expo/tree/HEAD/packages/expo-sqlite) | `57.0.1` | `57.0.3` |
| [expo-system-ui](https://github.com/expo/expo/tree/HEAD/packages/expo-system-ui) | `57.0.2` | `57.0.4` |
| [expo-web-browser](https://github.com/expo/expo/tree/HEAD/packages/expo-web-browser) | `57.0.2` | `57.0.3` |
| [react-native](https://github.com/react/react-native/tree/HEAD/packages/react-native) | `0.86.2` | `0.87.1` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `3.2.1` | `3.3.0` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `4.5.3` | `4.6.0` |
| [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.10.3` | `0.12.2` |



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

Updates `expo` from 57.0.14 to 57.0.22
- [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.12 to 57.0.18
- [Changelog](https://github.com/expo/expo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/expo/expo/commits/HEAD/packages/expo-constants)

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

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

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

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

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

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

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

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

Updates `expo-system-ui` from 57.0.2 to 57.0.4
- [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)

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

Updates `react-native` from 0.86.2 to 0.87.1
- [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.1/packages/react-native)

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

Updates `react-native-reanimated` from 4.5.3 to 4.6.0
- [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-reanimated/CHANGELOG.md)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/4.6.0/packages/react-native-reanimated)

Updates `react-native-worklets` from 0.10.3 to 0.12.2
- [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.12.2/packages/react-native-worklets)

---
updated-dependencies:
- dependency-name: "@expo/ui"
  dependency-version: 57.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo
  dependency-version: 57.0.22
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-constants
  dependency-version: 57.0.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-crypto
  dependency-version: 57.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-device
  dependency-version: 57.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-font
  dependency-version: 57.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-glass-effect
  dependency-version: 57.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-image
  dependency-version: 57.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-linking
  dependency-version: 57.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-local-authentication
  dependency-version: 57.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-router
  dependency-version: 57.0.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-secure-store
  dependency-version: 57.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-splash-screen
  dependency-version: 57.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-sqlite
  dependency-version: 57.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-symbols
  dependency-version: 57.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-system-ui
  dependency-version: 57.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-web-browser
  dependency-version: 57.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: react-native
  dependency-version: 0.87.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: expo
- dependency-name: react-native-gesture-handler
  dependency-version: 3.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: expo
- dependency-name: react-native-reanimated
  dependency-version: 4.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: expo
- dependency-name: react-native-worklets
  dependency-version: 0.12.2
  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 Sep 15, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 22, 2026

Copy link
Copy Markdown
Contributor Author

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Sep 22, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/mobile/expo-95f1248816 branch September 22, 2026 13:17
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