Skip to content

build(deps): bump the expo group across 1 directory with 14 updates - #26

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

build(deps): bump the expo group across 1 directory with 14 updates#26
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/expo-4309054e66

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 14, 2026

Copy link
Copy Markdown
Contributor

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

Package From To
expo 57.0.18 57.0.21
expo-asset 57.0.15 58.0.0
expo-audio 57.0.4 58.0.0
expo-constants 57.0.16 58.0.0
expo-dev-client 57.0.16 58.0.0
expo-document-picker 57.0.1 58.0.0
expo-file-system 57.0.6 58.0.0
expo-image-manipulator 57.0.14 58.0.0
expo-location 57.0.14 58.0.0
expo-sharing 57.0.16 58.0.0
expo-video 57.0.3 58.0.0
expo-video-thumbnails 57.0.1 58.0.0
react 19.2.3 19.3.0
react-native 0.86.3 0.87.1

Updates expo from 57.0.18 to 57.0.21

Commits

Updates expo-asset from 57.0.15 to 58.0.0

Changelog

Sourced from expo-asset's changelog.

58.0.0 — 2026-09-10

🐛 Bug fixes

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

This version does not introduce any user-facing changes.

56.0.16 - 2026-06-05

This version does not introduce any user-facing changes.

... (truncated)

Commits

Updates expo-audio from 57.0.4 to 58.0.0

Changelog

Sourced from expo-audio's changelog.

58.0.0 — 2026-09-10

🛠 Breaking changes

  • Paused time is now excluded from the AudioRecorder duration limit. (#49239 by @​stvrmrz and @​behenate)
  • [Android] Aligned the default audio focus request on Android 7.0–7.1 with newer versions by using transient exclusive focus when no interruption mode has been configured. (#49101 by @​behenate)

🎉 New features

  • [Android] Added support for keepAudioSessionActive. (#49108 by @​behenate)
  • Added the doNotMixPersistent interruption mode. (#49101 by @​behenate)
  • Added fileName option to RecordingOptions to allow specifying the recording file basename on Android and iOS. (#47265 by @​silwalprabin)
  • Support lockscreen controls with playlists. (#46020 by @​alanjhughes)
  • Added a fileSize field to RecorderState reporting the current size of the recording file in bytes. (#46808 by @​behenate)
  • Added startFileRecordingAsync and stopFileRecordingAsync methods to AudioStream for continuous WAV and PCM file recording alongside buffer streaming. (#46771 by @​behenate)
  • [iOS] Added allowsExternalPlayback option to AudioPlayerOptions. Set to false to keep the local player in control during AirPlay, fixing player.loop not firing. (#48366 by @​zoontek)

🐛 Bug fixes

  • Preserve recorder duration limits across pauses, consistently exclude paused time on Android, iOS, and Web. (#49239 by @​stvrmrz and @​behenate)
  • [Android] Pause audio players and playlists when headphones or Bluetooth audio devices disconnect. (#48151 by @​vivekjm)
  • [Android] Give the lock-screen MediaSession instances a unique ID so concurrent active players (and the basic session) no longer collide on the empty default. (#47101 by @​tsushanth)
  • [Android] Fix stale lock screen artwork when updating metadata without an artworkUrl. (#45738 by @​behenate)
  • [Android] Don't start playback when the system denies audio focus, and log a warning explaining that background playback needs an active media playback foreground service. (#46957 by @​alanjhughes)
  • [iOS] Create a fresh recording file each time prepareToRecordAsync is called, matching Android — repeated takes no longer overwrite the previous recording at the same URL. (#48002 by @​idoyana)
  • Fix player.replace(null) throwing due to a mismatch between native and TypeScript types. (#48219 by @​zoontek)
  • [iOS] Activate the audio session once and keep it active instead of toggling. (#48588 by @​alanjhughes)
  • [Android] Fix createAudioPlayer/useAudioPlayer throwing "Received 5 arguments, but 4 was expected" due to the native AudioPlayer constructor missing the iOS-only allowsExternalPlayback parameter. (#48655 by @​RasmusKard)
  • [iOS] Report denied instead of crashing the app when NSMicrophoneUsageDescription is missing. (#48840 by @​ahmadaccino)
  • [iOS] Resolve permission requests with denied and reject recording calls instead of letting the OS terminate the app when NSMicrophoneUsageDescription is missing. (#49162 by @​alanjhughes)

💡 Others

57.0.3 - 2026-07-22

🐛 Bug fixes

57.0.2 - 2026-07-15

This version does not introduce any user-facing changes.

57.0.1 - 2026-07-15

🐛 Bug fixes

... (truncated)

Commits

Updates expo-constants from 57.0.16 to 58.0.0

Changelog

Sourced from expo-constants's changelog.

58.0.0 — 2026-09-10

🐛 Bug fixes

  • [iOS] Quote script-phase paths so iOS builds work from a project path containing a space. (#48747 by @​expo-bot)

💡 Others

  • [iOS] Split the mixed Swift/Objective-C sources into EXConstants and EXConstantsObjC so the module can be built with Swift Package Manager, and add a Package.swift describing them. (#47649 by @​chrfalch)

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

This version does not introduce any user-facing changes.

... (truncated)

Commits

Updates expo-dev-client from 57.0.16 to 58.0.0

Changelog

Sourced from expo-dev-client's changelog.

58.0.0 — 2026-09-10

This version does not introduce any user-facing changes.

57.0.10 - 2026-07-29

This version does not introduce any user-facing changes.

57.0.9 - 2026-07-23

This version does not introduce any user-facing changes.

57.0.8 - 2026-07-22

This version does not introduce any user-facing changes.

57.0.7 - 2026-07-17

This version does not introduce any user-facing changes.

57.0.6 - 2026-07-15

This version does not introduce any user-facing changes.

57.0.5 - 2026-07-03

This version does not introduce any user-facing changes.

57.0.4 - 2026-07-01

This version does not introduce any user-facing changes.

57.0.3 - 2026-06-30

This version does not introduce any user-facing changes.

57.0.2 - 2026-06-27

This version does not introduce any user-facing changes.

57.0.1 - 2026-06-25

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

... (truncated)

Commits

Updates expo-document-picker from 57.0.1 to 58.0.0

Changelog

Sourced from expo-document-picker's changelog.

58.0.0 — 2026-09-10

This version does not introduce any user-facing changes.

Commits

Updates expo-file-system from 57.0.6 to 58.0.0

Changelog

Sourced from expo-file-system's changelog.

58.0.0 — 2026-09-10

🛠 Breaking changes

  • File.write() is now asynchronous and returns a Promise. Use File.writeSync() for synchronous behavior. (#45992 by @​wh201906)
  • FileHandle.readBytes() and FileHandle.writeBytes() are now asynchronous and return a Promise. Use FileHandle.readBytesSync() and FileHandle.writeBytesSync() for synchronous behavior. (#46280 by @​wh201906)

🎉 New features

  • Add File.preview() and File.canPreview() methods for opening files with platform-native preview flows. (by @​eliotgevers)
  • Added File.digest() for asynchronously calculating MD5, SHA-1, SHA-256, SHA-384 and SHA-512 file digests. (#48089 by @​wh201906)

🐛 Bug fixes

  • Fixed File.downloadFileAsync() returning a runtime-specific error message when canceled with an AbortSignal. (#49856 by @​Ubax)
  • Fix File.readableStream() returning zeroed bytes and writing past the requested region when a BYOB read targets a view that starts at a non-zero offset. (#49234 by @​dennytosp)
  • [Android][iOS] Fix File.size returning null for a missing or unreadable file. (#49086) by @​ACHP)
  • [iOS] Fix wrong permissions for text() and bytes(). (#42422) by @​simoneldevig)
  • Fixed copyAsync on iOS copying the unedited original when a ph:// asset has edits applied in Photos. (#48248 by @​CoffeeFlux)
  • Fixed iOS file previews rejecting a new preview while the previous Quick Look dismissal animation is still finishing. (#47947 by @​eliotgevers)
  • Added ./next subpath to package exports field to resolve Metro bundler warning. (#44793 by @​chang-in)
  • Fixed FileHandle security-scoped access, and non-SAF content:// URI support. (#47176 by @​barthap)
  • Fixed potential file offset races when asynchronous and synchronous FileHandle operations overlap on Android and iOS. (#47945 by @​wh201906)
  • Fixed readAsStringAsync to respect position and length when reading UTF-8 strings. (#20291 by @​mvincentong) (#45714 by @​mvincentong)
  • [android] Fixed rename() storing an unencoded URI, so reading .uri afterwards threw for names containing a space. (#48496 by @​yagiz2000, #48510 by @​intergalacticspacehighway)
  • [android] Fixed slow uploads of SAF-backed content:// files by resolving the request body's content length once, instead of querying it through ContentResolver for every 8 KiB written. (#49206 by @​gmaclennan)

💡 Others

  • Marked File.md5 and the MD5-related File.info() types (InfoOptions, InfoOptions.md5 and FileInfo.md5) as deprecated. (#48089 by @​wh201906)
  • Improve read/write performance on Android by applying withContext(Dispatchers.IO) when possible. (#46376, #47945 by @​wh201906)
  • Improved FileHandle docs. (#46849 by @​barthap)

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

This version does not introduce any user-facing changes.

56.0.7 — 2026-05-20

🛠 Breaking changes

  • [Android] In Expo Go, Paths.cache and Paths.document are now pointing to experience-isolated directories. (#45977 by @​barthap)

... (truncated)

Commits

Updates expo-image-manipulator from 57.0.14 to 58.0.0

Changelog

Sourced from expo-image-manipulator's changelog.

58.0.0 — 2026-09-10

🎉 New features

  • Added maxWidth/maxHeight options to ImageManipulator.manipulate and useImageManipulator that downsample large images while decoding, significantly reducing the peak memory usage and avoiding out-of-memory crashes. (#47877 by @​jiunshinn)

🐛 Bug fixes

  • Fixed ImageManipulator.Image being typed as an ImageRef instance rather than the class it holds at runtime, which rejected instanceof checks and made instance members appear to exist on it. (#48613 by @​vonovak)

💡 Others

📚 3rd party library updates

  • Bump SDWebImage to 5.21.6 and SDWebImageWebPCoder to 0.15.0 to align with expo-image (#49744 by @​kitten)

57.0.7 - 2026-07-29

This version does not introduce any user-facing changes.

57.0.6 - 2026-07-22

This version does not introduce any user-facing changes.

57.0.5 - 2026-07-17

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

... (truncated)

Commits

Updates expo-location from 57.0.14 to 58.0.0

Changelog

Sourced from expo-location's changelog.

58.0.0 — 2026-09-10

🛠 Breaking changes

  • [iOS] Remove the stale top-level scope and accuracy properties from the permission response returned by getForegroundPermissionsAsync and requestForegroundPermissionsAsync. Use the values under ios instead. (#48009 by @​Wenszel)

🐛 Bug fixes

  • [iOS] Add scope and accuracy under ios to the responses from getBackgroundPermissionsAsync and requestBackgroundPermissionsAsync, matching the LocationPermissionResponse type. (#48926 by @​vonovak)
  • [Android] Fix timeInterval and distanceInterval being ignored for background location updates. (#46788 by @​doshisunny)
  • [iOS] Fix incorrect default value for pausesUpdatesAutomatically to match docs. (#47008 by @​Ignigena)
  • [Android] Fix leaking watches (#48294 by @​Wenszel)
  • [Android] Fix startLocationUpdatesAsync requiring FOREGROUND_SERVICE_LOCATION (Android 14+) even when no foregroundService option is passed. (#49641 by @​aamagda)

💡 Others

57.0.7 - 2026-07-29

This version does not introduce any user-facing changes.

57.0.6 - 2026-07-22

This version does not introduce any user-facing changes.

57.0.5 - 2026-07-17

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

... (truncated)

Commits

Updates expo-sharing from 57.0.16 to 58.0.0

Changelog

Sourced from expo-sharing's changelog.

58.0.0 — 2026-09-10

🐛 Bug fixes

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-07

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-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-15

This version does not introduce any user-facing changes.

56.0.17 - 2026-06-10

This version does not introduce any user-facing changes.

... (truncated)

Commits

Updates expo-video from 57.0.3 to 58.0.0

Changelog

Sourced from expo-video's changelog.

58.0.0 — 2026-09-10

🎉 New features

  • [Android] Added the controllerAutoShow prop to VideoView to control whether the native controls auto-show on play. (#46665 by @​stevesouth)
  • [Android][iOS] Add maxResolution player option to cap adaptive video track selection. (#46992 by @​vargajacint)
  • [Android] Added the videoChangeFrameRateStrategy player builder option to control whether ExoPlayer may change the display refresh rate to match the video frame rate. On adaptive refresh rate displays (Pixel 9/10) the default matching can cap the entire app UI at 30Hz while a 30 fps video is visible. (#47873 by @​invivek26)

🐛 Bug fixes

  • [Android] Fix VideoPlayer constructor throwing MissingActivity when the player is created while the Activity is briefly unavailable. (#48914 by @​huextrat)
  • [iOS] Fixed a data race on the video cache's open-file registry, which could crash the app while the cache was being trimmed. (#49286 by @​huextrat)
  • [iOS] Fixed a crash when the device runs out of storage while writing to the video cache. FileHandle.writeData: raises an uncatchable Objective-C NSFileHandleOperationException on ENOSPC; the throwing Swift APIs are now used so the error is caught and logged instead. (#49284 by @​huextrat)
  • [Android] Guard PictureInPictureParams.Builder.setAutoEnterEnabled against NoSuchMethodError on stock OEM firmwares that report API 31+ without shipping the method, which crashed the app from VideoView.onLayout even when Picture in Picture was disabled. (#48957 by @​onlyshyun)
  • Fix TypeError: Cannot read properties of undefined (reading 'prototype') when a Jest test imports expo-video under the jest-expo preset, by adding a hand-written mock for the ExpoVideo native module. (#48880 by @​giaBaoJS)
  • [iOS] Fix races between overlapping source loads and player release. (#47967 by @​behenate)
  • [iOS] Set the default audioMixingMode to auto, as documented; was doNotMix. (#47363 by @​andymatuschak)
  • When caching take into account Authorization / auth-related request headers. (#45995 by @​behenate)
  • [iOS] Fixed a thread-safety crash caused by mutating the internal player registries while they were being iterated on another thread (e.g. during audio session and now playing updates). (#46930 by @​jiunshinn)
  • Fix VideoView holding a strong reference to VideoPlayer even after the player has been detached. (#46453 by @​behenate)
  • [iOS] Fixed fullscreen rotation requesting geometry from an arbitrary scene rather than the one the player is in. (#48316 by @​alanjhughes)
  • Import the asset registry from react-native/asset-registry on web, replacing the @react-native/assets-registry package that no longer ships with React Native 0.87. (#47729 by @​gabrieldonadel)

💡 Others

  • [iOS] Reduce main thread load when loading videos. (#47975 by @​behenate)
  • [Android] Removed outdated ExoPlayer changelog references and aligned Android media dependencies with AndroidX Media3 (1.9.1). (#45368 by @​saisreelasyaappali)
  • Replace TimeoutID typing on _timeUpdateLoop (#46730 by @​kitten)
  • When source of useVideoPlayer changes use replaceAsync instead of re-creating the player. (#46495 by @​behenate)

57.0.2 - 2026-07-22

🐛 Bug fixes

  • [iOS] Fix a race when registering video player observer delegates. (#47976 by @​behenate)
  • [iOS] Update the way the VideoPlayer releases to comply with the modified SharedObject lifecycle. (#47828 by @​behenate)

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.1.4 - 2026-06-15

🐛 Bug fixes

  • [iOS] Re-enable the shared remote command center commands so lock screen controls keep working after expo-audio playback. (#46753 by @​zoontek)

... (truncated)

Commits

Updates expo-video-thumbnails from 57.0.1 to 58.0.0

Changelog

Sourced from expo-video-thumbnails's changelog.

58.0.0 — 2026-09-10

This version does not introduce any user-facing changes.

Commits

Updates react from 19.2.3 to 19.3.0

Release notes

Sourced from react's releases.

19.3.0 (September 9, 2026)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.3 release post for more information.

New React Features

New React DOM Features

  • browser(): a new react-dom API that returns a usable which errors during server rendering and resolves in the browser. use(browser()) inside a <Suspense> boundary marks a subtree as browser-only without reporting a recoverable error (@​gnoff: #37143, #37241)
    • Added an onBrowserBailout option to the react-dom/server APIs to observe when a subtree defers to the browser (@​gnoff #37193)

Notable changes

All Changes

React

... (truncated)

Changelog

Sourced from react's changelog.

19.3.0 (September 9, 2026)

New React Features

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

| Package | From | To |
| --- | --- | --- |
| [expo](https://github.com/expo/expo/tree/HEAD/packages/expo) | `57.0.18` | `57.0.21` |
| [expo-asset](https://github.com/expo/expo/tree/HEAD/packages/expo-asset) | `57.0.15` | `58.0.0` |
| [expo-audio](https://github.com/expo/expo/tree/HEAD/packages/expo-audio) | `57.0.4` | `58.0.0` |
| [expo-constants](https://github.com/expo/expo/tree/HEAD/packages/expo-constants) | `57.0.16` | `58.0.0` |
| [expo-dev-client](https://github.com/expo/expo/tree/HEAD/packages/expo-dev-client) | `57.0.16` | `58.0.0` |
| [expo-document-picker](https://github.com/expo/expo/tree/HEAD/packages/expo-document-picker) | `57.0.1` | `58.0.0` |
| [expo-file-system](https://github.com/expo/expo/tree/HEAD/packages/expo-file-system) | `57.0.6` | `58.0.0` |
| [expo-image-manipulator](https://github.com/expo/expo/tree/HEAD/packages/expo-image-manipulator) | `57.0.14` | `58.0.0` |
| [expo-location](https://github.com/expo/expo/tree/HEAD/packages/expo-location) | `57.0.14` | `58.0.0` |
| [expo-sharing](https://github.com/expo/expo/tree/HEAD/packages/expo-sharing) | `57.0.16` | `58.0.0` |
| [expo-video](https://github.com/expo/expo/tree/HEAD/packages/expo-video) | `57.0.3` | `58.0.0` |
| [expo-video-thumbnails](https://github.com/expo/expo/tree/HEAD/packages/expo-video-thumbnails) | `57.0.1` | `58.0.0` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.3` | `19.3.0` |
| [react-native](https://github.com/react/react-native/tree/HEAD/packages/react-native) | `0.86.3` | `0.87.1` |



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

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

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

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

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

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

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

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

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

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

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

Updates `react` from 19.2.3 to 19.3.0
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.3.0/packages/react)

Updates `react-native` from 0.86.3 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)

---
updated-dependencies:
- dependency-name: expo
  dependency-version: 57.0.21
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: expo
- dependency-name: expo-asset
  dependency-version: 58.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-audio
  dependency-version: 58.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-constants
  dependency-version: 58.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-dev-client
  dependency-version: 58.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-document-picker
  dependency-version: 58.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-file-system
  dependency-version: 58.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-image-manipulator
  dependency-version: 58.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-location
  dependency-version: 58.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-sharing
  dependency-version: 58.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-video
  dependency-version: 58.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: expo-video-thumbnails
  dependency-version: 58.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: expo
- dependency-name: react
  dependency-version: 19.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
...

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 14, 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