Skip to content

chore(deps): bump the react-native group across 1 directory with 25 updates - #29

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-native-e7f037b944
Closed

chore(deps): bump the react-native group across 1 directory with 25 updates#29
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-native-e7f037b944

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps the react-native group with 25 updates in the / directory:

Package From To
@react-native-async-storage/async-storage 2.2.0 3.1.1
@react-native-community/cli 20.1.1 20.2.0
@react-native-vector-icons/material-design-icons 13.1.1 13.1.2
react-native 0.84.1 0.86.0
react-native-gesture-handler 2.31.2 3.0.2
react-native-mmkv 4.3.1 4.3.2
react-native-nitro-fetch 1.2.1 1.5.0
react-native-nitro-modules 0.35.6 0.36.1
react-native-nitro-player 1.4.0 1.4.3
react-native-pager-view 8.0.1 8.0.4
react-native-pulsar 1.4.0 1.6.1
react-native-quick-crypto 1.1.2 1.1.6
react-native-reanimated 4.3.1 4.5.1
react-native-safe-area-context 5.7.0 5.8.0
react-native-screens 4.25.0 4.26.0
react-native-text-ticker 1.15.0 1.16.0
react-native-toast-message 2.3.3 2.4.0
react-native-turbo-image 1.24.1 1.24.2
react-native-worklets 0.8.3 0.10.2
@react-native-community/cli-platform-android 20.1.1 20.2.0
@react-native-community/cli-platform-ios 20.1.1 20.2.0
@react-native/babel-preset 0.84.1 0.86.0
@react-native/eslint-config 0.84.1 0.86.0
@react-native/metro-config 0.84.1 0.86.0
@react-native/typescript-config 0.84.1 0.86.0

Updates @react-native-async-storage/async-storage from 2.2.0 to 3.1.1

Release notes

Sourced from @​react-native-async-storage/async-storage's releases.

Async Storage v3.1.1

Patch Changes

  • b751ff4: bump native dependencies for sqlite and room

Async Storage v3.1.0

Minor Changes

  • fa6d5bc: Shared Storage artifact published to maven central

This eliminates the extra step in installation for android.

Async Storage v3.0.3

Patch Changes

350e149:

  • Correctly handle "other" error for Apple platforms
  • Android to use limited parallelism from DispatcherIO, instead of using dedicated thread pools per database
  • When providing null for a key, for some reason, throw an error instead of crashing the app
  • Make example RN example work again
  • Use concurrent hashmap instead of hashmap + synchronization combo for Storage initialization on Android
  • Double check lock for legacy storage initialization on android

Async Storage v3.0.2

Patch Changes

  • 1d1867f: include jest mock

Async Storage v3.0.1

Patch Changes

  • 7b64ea4: missing build step from CI added

Async Storage v3.0.0

‼️ Due to missing native artifacts, please do not use this version - 3.0.1 contains a fix!

Major Changes

  • Release of version v3. Please visit Async Storage docs to learn more

    Breaking changes:

    • Async Storage uses "scoped storages", where you need to create a storage instance before using it
    • Default export is a singleton storage that uses v2/v1 storage, for easier transition
    • An extra installation step is required for android
    • callback based API is dropped
    • Methods for batch operations (formerly multi* methods) have been renamed and their API updated
    • useAsyncStorage hook has been removed (will be introduced later)

... (truncated)

Changelog

Sourced from @​react-native-async-storage/async-storage's changelog.

3.1.1

Patch Changes

  • b751ff4: bump native dependencies for sqlite and room

3.1.0

Minor Changes

  • fa6d5bc: Shared Storage artifact published to maven central

    This eliminates the extra step in installation for android.

3.0.3

Patch Changes

  • 350e149: - Correctly handle "other" error for Apple platforms
    • Android to use limited parallelism from DispatcherIO, instead of using dedicated thread pools per database
    • When providing null for a key, for some reason, throw an error instead of crashing the app
    • Make example RN example work again
    • Use concurrent hashmap instead of hashmap + synchronization combo for Storage initialization on Android
    • Double check lock for legacy storage initialization on android

3.0.2

Patch Changes

  • 1d1867f: include jest mock

3.0.1

Patch Changes

  • 7b64ea4: missing build step from CI added

3.0.0

Major Changes

  • f100276: Initial release of upcoming version v3. Please visit Async Storage docs to learn more

    Breaking changes:

    • Async Storage uses "scoped storages", where you need to create a storage instance before using it
    • Default export is a singleton storage that uses v2/v1 storage, for easier transition
    • An extra installation step is required for android
    • callback based API is dropped
    • Methods for batch operations (formerly multi* methods) have been renamed and their API updated

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @​react-native-async-storage/async-storage since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Updates @react-native-community/cli from 20.1.1 to 20.2.0

Commits

Updates @react-native-vector-icons/material-design-icons from 13.1.1 to 13.1.2

Release notes

Sourced from @​react-native-vector-icons/material-design-icons's releases.

@​react-native-vector-icons/material-design-icons@​13.1.2

13.1.2 (2026-05-24)

🧱 Updated Dependencies

  • Updated @​react-native-vector-icons/common to 13.0.1
Changelog

Sourced from @​react-native-vector-icons/material-design-icons's changelog.

13.1.2 (2026-05-24)

🧱 Updated Dependencies

  • Updated @​react-native-vector-icons/common to 13.0.1
Commits

Updates react-native from 0.84.1 to 0.86.0

Release notes

Sourced from react-native's releases.

0.86.0

Added

  • Accessibility: AccessibilityInfo: added missing tests for Promise based methods, align null checks and error message code style (8fc503d780 by @​chicio)
  • Animated: Suspense tests for the Animation Backend (8101fc776d by Bartlomiej Bloniarz)
  • Animated: Use weak_ptr when calling pullAnimationMutations in a callback scheduled with the Animation Backend (42d98b5830 by Bartlomiej Bloniarz)
  • Dev Server: Call methods on global.__BUNDLE_LOADER_REPORTER__, if given, during dev-mode bundler loads from Metro (1e0c1f886b by @​robhogan)
  • React Native DevTools: Add new custom track for React Native Renderer operations in React Native DevTools performance traces (0b1def9ce5, 29bc8f1acb, 9130df6773, c26a4875ea by @​rubennorte)
  • React Native DevTools: Add support for light/dark mode emulation via Emulation.setEmulatedMedia (11a5432cb2 by @​huntie)
  • Runtime: Add unstable_getViewTransitionInstance to UIManagerBinding (d8820a403b by @​zeyap)
  • Runtime: Add UIManagerViewTransitionDelegate interface and View Transition APIs (cdad57d8f1 by @​zeyap)
  • Runtime: Add viewport size to LayoutContext (d38c756529 by @​paradowstack)
  • Runtime: ViewTransitionModule for React Native View Transitions (f81f73e5a0 by @​zeyap)
  • Text: Add E2E tests for Text boxShadow and textWithLinkRole (b172f46f0d by @​NickGerleman)
  • View: Add E2E tests for Filter blur-with-overflow, drop-shadow, and animated-blur (66975aa3d5 by @​NickGerleman)
  • View: Add mixBlendMode plus-lighter (aaa0684045 by @​bigcupcoffee)

Android specific

iOS specific

  • Build: Add privacy manifest to declare the use of mach_absolute_time() API in the React-timing module (2ae6c8940d by @​rubennorte)
  • Dev Server: Introduce isPackagerRunningAsync that does not block the UI thread waiting on the request to DevServer ("Packager") validating that it is running (dd056d9b4c by @​vzaidman)
  • Image: Add E2E tests for Image visual examples (48b6f2dcc9 by @​NickGerleman)
  • Networking: Add RCTSetCustomMultipartDataTaskRequestInterceptor API to allow custom modification of multipart data task requests before they are sent (59b8886bb8 by @​cipolleschi)

Changed

  • Build: Update Metro to ^0.84.2 (57d4b6b350 by @​robhogan)
  • Dev Server: LoadBundleFromServer test: remove legacy Jest timers, increased coverage and improved assertions (a19d98e542 by @​chicio)
  • Hermes: Bump hermes-compiler dependency (031168013e by @​robhogan)
  • Hermes: Bump hermes version (89a2a20739 by @​robhogan)
  • LogBox: Migrated LogBoxData tests to Jest modern timers (dea2136a49 by @​chicio)
  • React: Make React Native consume 250829098.0.11 (26953d8343 by @​alanleedev)
  • React Native DevTools: Derive WebSocket scheme and port from dev server URL for React DevTools connections, supporting HTTPS dev servers (ca4173701d by @​cipolleschi)
  • Runtime: Measure node instance during applyViewTransitionName (d17ecca3c9 by @​zeyap)
  • Runtime: Move ViewTransition APIs not for react reconciler to its own TurboModule (0e65df9152 by @​zeyap)
  • Runtime: Setting reportErrorsAsExceptions to anything other than false no longer does anything. (Previously, setting it to a falsey value would be similar to setting it to false.) (f0748a6387 by @​yungsters)
  • Runtime: Use getNullableViewState in SurfaceMountingManager::updateProps and log a soft exception instead (bbf7004935 by Bartlomiej Bloniarz)

... (truncated)

Changelog

Sourced from react-native's changelog.

v0.86.0

Added

  • Accessibility: AccessibilityInfo: added missing tests for Promise based methods, align null checks and error message code style (8fc503d780 by @​chicio)
  • Animated: Suspense tests for the Animation Backend (8101fc776d by Bartlomiej Bloniarz)
  • Animated: Use weak_ptr when calling pullAnimationMutations in a callback scheduled with the Animation Backend (42d98b5830 by Bartlomiej Bloniarz)
  • Dev Server: Call methods on global.__BUNDLE_LOADER_REPORTER__, if given, during dev-mode bundler loads from Metro (1e0c1f886b by @​robhogan)
  • React Native DevTools: Add new custom track for React Native Renderer operations in React Native DevTools performance traces (0b1def9ce5, 29bc8f1acb, 9130df6773, c26a4875ea by @​rubennorte)
  • React Native DevTools: Add support for light/dark mode emulation via Emulation.setEmulatedMedia (11a5432cb2 by @​huntie)
  • Runtime: Add unstable_getViewTransitionInstance to UIManagerBinding (d8820a403b by @​zeyap)
  • Runtime: Add UIManagerViewTransitionDelegate interface and View Transition APIs (cdad57d8f1 by @​zeyap)
  • Runtime: Add viewport size to LayoutContext (d38c756529 by @​paradowstack)
  • Runtime: ViewTransitionModule for React Native View Transitions (f81f73e5a0 by @​zeyap)
  • Text: Add E2E tests for Text boxShadow and textWithLinkRole (b172f46f0d by @​NickGerleman)
  • View: Add E2E tests for Filter blur-with-overflow, drop-shadow, and animated-blur (66975aa3d5 by @​NickGerleman)
  • View: Add mixBlendMode plus-lighter (aaa0684045 by @​bigcupcoffee)

Android specific

iOS specific

  • Build: Add privacy manifest to declare the use of mach_absolute_time() API in the React-timing module (2ae6c8940d by @​rubennorte)
  • Dev Server: Introduce isPackagerRunningAsync that does not block the UI thread waiting on the request to DevServer ("Packager") validating that it is running (dd056d9b4c by @​vzaidman)
  • Image: Add E2E tests for Image visual examples (48b6f2dcc9 by @​NickGerleman)
  • Networking: Add RCTSetCustomMultipartDataTaskRequestInterceptor API to allow custom modification of multipart data task requests before they are sent (59b8886bb8 by @​cipolleschi)

Changed

... (truncated)

Commits
  • a632f9e Release 0.86.0
  • 012be3b Release 0.86.0-rc.3
  • cd5b3b5 Bump Hermes V1 version to 250829098.0.14
  • 19da7bb Release 0.86.0-rc.2
  • cc27962 fix(cocoapods): escape local file URIs for unicode paths (#56907)
  • 6c6511c feat(Pressable): add support for PlatformColor and alpha (#56395)
  • f2880fd Cache prebuilt iOS binaries in ~/Library/Caches/ReactNative (#56847)
  • 443ac40 fix(cocoapods) Podfile.lock SPEC CHECKSUMS drift for React XCFrameworks (#56803)
  • ff2562e fix(ios): load RCTDefines.h first in React umbrella + drop submodule wildcard...
  • 94b6bcb Release 0.86.0-rc.1
  • Additional commits viewable in compare view

Updates react-native-gesture-handler from 2.31.2 to 3.0.2

Release notes

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

v3.0.2

🐛 Bug fixes

🔢 Miscellaneous

New Contributors

Full Changelog: software-mansion/react-native-gesture-handler@v3.0.1...v3.0.2

3.0.1

❗ Important changes

👍 Improvements

🐛 Bug fixes

🔢 Miscellaneous

... (truncated)

Commits
  • dd7b4f5 Release v3.0.2
  • 9b6257a Merge branch '3.0-stable' of github.com:software-mansion/react-native-gesture...
  • 096658f Merge branch 'main' into 3.0-stable
  • 708f99a Remove opacity from Swipeable action panels (#4271)
  • cd952bf docs: add dynamic topbar banner (#4264)
  • 7453280 [Android | Web] Disable pointer events on hidden Swipeable actions containe...
  • 50cb5a6 Ignore the .rnrepo-cache directory within the Metro config (#4262)
  • 5d8102b [General] Ignore testID property in production environments (#4266)
  • f748e81 [Android] Fix mouse interactions (#4265)
  • 1473f39 [Native] Fix native GestureDetector zIndex handling (#4257)
  • Additional commits viewable in compare view

Updates react-native-mmkv from 4.3.1 to 4.3.2

Release notes

Sourced from react-native-mmkv's releases.

Release 4.3.2

4.3.2 (2026-06-22)

✨ Features

  • Add checkContentChanged() and reactively listen to it in hooks (#1071) (b47ba40)
  • Add recoveryStrategy config option (#1066) (9f29037)
  • Add support for Harness web (#1032) (90dae50)
  • Bump MMKV Core fork to add support for react-native 87 (#1074) (423fa94)

💨 Performance Improvements

🐛 Bug Fixes

📚 Documentation

  • fix README object example comment and deprecated size usage (#1073) (1cd3363)
  • Update react-native-mmkv version requirements (#1038) (47d5251)
Commits
  • d18f177 chore: release 4.3.2
  • 388b4d8 chore(deps): bump actions/checkout from 6 to 7 (#1075)
  • 1cd3363 docs: fix README object example comment and deprecated size usage (#1073)
  • 423fa94 feat: Bump MMKV Core fork to add support for react-native 87 (#1074)
  • b47ba40 feat: Add checkContentChanged() and reactively listen to it in hooks (#1071)
  • 9f29037 feat: Add recoveryStrategy config option (#1066)
  • 87f408e perf: report MMKV external memory size (#1068)
  • 1ea920e chore: Use Gradle assignment syntax (#1064)
  • 24f2e09 chore: Upgrade package dependencies to latest (#1063)
  • 75a7b77 chore: Upgrade ESLint to 8.57.1 (#1057)
  • Additional commits viewable in compare view

Updates react-native-nitro-fetch from 1.2.1 to 1.5.0

Release notes

Sourced from react-native-nitro-fetch's releases.

Release 1.4.2

What's Changed

New Contributors

Full Changelog: margelo/react-native-nitro-fetch@v1.4.1...v1.4.2

Release 1.4.1

  • feat: add benchmarks (#124) (550040c)
  • fix: Worklets peer dependency issue (#123) (1d9dd09)
  • chore: upgrade example app to React Native 0.86.0 (#122) (ade36aa)

Release 1.4.0

  • feat: add local file support (#116) (6071b0e)
  • docs: improve general docs (#113) (1a63de7)
  • Update README to remove outdated documentation links (487fc2a)
  • docs refactor global replace axios (#106) (04aa568)
  • fix: gate token refresh header value logs behind debug builds (#111) (02050da)

Release 1.3.3

What's Changed

New Contributors

Full Changelog: margelo/react-native-nitro-fetch@v1.3.2...v1.3.3

Release 1.3.2

What's Changed

New Contributors

Full Changelog: margelo/react-native-nitro-fetch@v1.3.1...v1.3.2

... (truncated)

Commits
  • 602426f chore: intialise-> RegisterNatives (#136)
  • bd97d24 feat: add supports of credentials (#135)
  • e12d9c0 refactor: Improve native code structure for autoprefetcher (#133)
  • 6b40048 fix: binary-safe Response.blob() and Request.blob() (#128)
  • 94bd3d7 tests: refresh token (#131)
  • 6d55fff chore: lockfiles
  • 9ad6192 feat : bump Cronet to 143.7445.0 (#125)
  • 3f8a53a Highlight benchmarks without prefetch in documentation
  • 5f2bd4a docs: clarify that resul...

    Description has been truncated

…pdates

Bumps the react-native group with 25 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage/tree/HEAD/packages/async-storage) | `2.2.0` | `3.1.1` |
| [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) | `20.1.1` | `20.2.0` |
| [@react-native-vector-icons/material-design-icons](https://github.com/oblador/react-native-vector-icons/tree/HEAD/packages/material-design-icons) | `13.1.1` | `13.1.2` |
| [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.84.1` | `0.86.0` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.31.2` | `3.0.2` |
| [react-native-mmkv](https://github.com/mrousavy/react-native-mmkv) | `4.3.1` | `4.3.2` |
| [react-native-nitro-fetch](https://github.com/margelo/react-native-nitro-fetch) | `1.2.1` | `1.5.0` |
| [react-native-nitro-modules](https://github.com/mrousavy/nitro) | `0.35.6` | `0.36.1` |
| [react-native-nitro-player](https://github.com/riteshshukla04/react-native-nitro-player) | `1.4.0` | `1.4.3` |
| [react-native-pager-view](https://github.com/callstack/react-native-pager-view) | `8.0.1` | `8.0.4` |
| [react-native-pulsar](https://github.com/software-mansion/pulsar) | `1.4.0` | `1.6.1` |
| [react-native-quick-crypto](https://github.com/margelo/react-native-quick-crypto) | `1.1.2` | `1.1.6` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `4.3.1` | `4.5.1` |
| [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `5.7.0` | `5.8.0` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.25.0` | `4.26.0` |
| [react-native-text-ticker](https://github.com/deanhet/react-native-text-ticker) | `1.15.0` | `1.16.0` |
| [react-native-toast-message](https://github.com/calintamas/react-native-toast-message) | `2.3.3` | `2.4.0` |
| [react-native-turbo-image](https://github.com/duguyihou/react-native-turbo-image) | `1.24.1` | `1.24.2` |
| [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.8.3` | `0.10.2` |
| [@react-native-community/cli-platform-android](https://github.com/react-native-community/cli/tree/HEAD/packages/platform-android) | `20.1.1` | `20.2.0` |
| [@react-native-community/cli-platform-ios](https://github.com/react-native-community/cli/tree/HEAD/packages/cli-platform-ios) | `20.1.1` | `20.2.0` |
| [@react-native/babel-preset](https://github.com/facebook/react-native) | `0.84.1` | `0.86.0` |
| [@react-native/eslint-config](https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native) | `0.84.1` | `0.86.0` |
| [@react-native/metro-config](https://github.com/facebook/react-native/tree/HEAD/packages/metro-config) | `0.84.1` | `0.86.0` |
| [@react-native/typescript-config](https://github.com/facebook/react-native/tree/HEAD/packages/typescript-config) | `0.84.1` | `0.86.0` |



Updates `@react-native-async-storage/async-storage` from 2.2.0 to 3.1.1
- [Release notes](https://github.com/react-native-async-storage/async-storage/releases)
- [Changelog](https://github.com/react-native-async-storage/async-storage/blob/main/packages/async-storage/CHANGELOG.md)
- [Commits](https://github.com/react-native-async-storage/async-storage/commits/@react-native-async-storage/async-storage@3.1.1/packages/async-storage)

Updates `@react-native-community/cli` from 20.1.1 to 20.2.0
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli/CHANGELOG.md)
- [Commits](https://github.com/react-native-community/cli/commits/v20.2.0/packages/cli)

Updates `@react-native-vector-icons/material-design-icons` from 13.1.1 to 13.1.2
- [Release notes](https://github.com/oblador/react-native-vector-icons/releases)
- [Changelog](https://github.com/oblador/react-native-vector-icons/blob/master/packages/material-design-icons/CHANGELOG.md)
- [Commits](https://github.com/oblador/react-native-vector-icons/commits/@react-native-vector-icons/material-design-icons@13.1.2/packages/material-design-icons)

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

Updates `react-native-gesture-handler` from 2.31.2 to 3.0.2
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@v2.31.2...v3.0.2)

Updates `react-native-mmkv` from 4.3.1 to 4.3.2
- [Release notes](https://github.com/mrousavy/react-native-mmkv/releases)
- [Commits](mrousavy/react-native-mmkv@v4.3.1...v4.3.2)

Updates `react-native-nitro-fetch` from 1.2.1 to 1.5.0
- [Release notes](https://github.com/margelo/react-native-nitro-fetch/releases)
- [Commits](margelo/react-native-nitro-fetch@v1.2.1...v1.5.0)

Updates `react-native-nitro-modules` from 0.35.6 to 0.36.1
- [Release notes](https://github.com/mrousavy/nitro/releases)
- [Commits](mrousavy/nitro@v0.35.6...v0.36.1)

Updates `react-native-nitro-player` from 1.4.0 to 1.4.3
- [Release notes](https://github.com/riteshshukla04/react-native-nitro-player/releases)
- [Commits](riteshshukla04/react-native-nitro-player@v1.4.0...v1.4.3)

Updates `react-native-pager-view` from 8.0.1 to 8.0.4
- [Release notes](https://github.com/callstack/react-native-pager-view/releases)
- [Commits](callstack/react-native-pager-view@v8.0.1...v8.0.4)

Updates `react-native-pulsar` from 1.4.0 to 1.6.1
- [Commits](software-mansion/pulsar@v1.4.0...v1.6.1)

Updates `react-native-quick-crypto` from 1.1.2 to 1.1.6
- [Release notes](https://github.com/margelo/react-native-quick-crypto/releases)
- [Commits](margelo/react-native-quick-crypto@v1.1.2...v1.1.6)

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

Updates `react-native-safe-area-context` from 5.7.0 to 5.8.0
- [Release notes](https://github.com/AppAndFlow/react-native-safe-area-context/releases)
- [Commits](appandflow/react-native-safe-area-context@v5.7.0...v5.8.0)

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

Updates `react-native-text-ticker` from 1.15.0 to 1.16.0
- [Commits](deanhet/react-native-text-ticker@1.15.0...1.16.0)

Updates `react-native-toast-message` from 2.3.3 to 2.4.0
- [Release notes](https://github.com/calintamas/react-native-toast-message/releases)
- [Commits](calintamas/react-native-toast-message@v2.3.3...v2.4.0)

Updates `react-native-turbo-image` from 1.24.1 to 1.24.2
- [Release notes](https://github.com/duguyihou/react-native-turbo-image/releases)
- [Commits](duguyihou/react-native-turbo-image@v1.24.1...v1.24.2)

Updates `react-native-worklets` from 0.8.3 to 0.10.2
- [Release notes](https://github.com/software-mansion/react-native-reanimated/releases)
- [Commits](https://github.com/software-mansion/react-native-reanimated/commits/worklets-0.10.2/packages/react-native-worklets)

Updates `@react-native-community/cli-platform-android` from 20.1.1 to 20.2.0
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Commits](https://github.com/react-native-community/cli/commits/v20.2.0/packages/platform-android)

Updates `@react-native-community/cli-platform-ios` from 20.1.1 to 20.2.0
- [Release notes](https://github.com/react-native-community/cli/releases)
- [Changelog](https://github.com/react-native-community/cli/blob/main/packages/cli-platform-ios/CHANGELOG.md)
- [Commits](https://github.com/react-native-community/cli/commits/v20.2.0/packages/cli-platform-ios)

Updates `@react-native/babel-preset` from 0.84.1 to 0.86.0
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](react/react-native@v0.84.1...v0.86.0)

Updates `@react-native/eslint-config` from 0.84.1 to 0.86.0
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.86.0/packages/eslint-config-react-native)

Updates `@react-native/metro-config` from 0.84.1 to 0.86.0
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.86.0/packages/metro-config)

Updates `@react-native/typescript-config` from 0.84.1 to 0.86.0
- [Release notes](https://github.com/facebook/react-native/releases)
- [Changelog](https://github.com/react/react-native/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react-native/commits/v0.86.0/packages/typescript-config)

---
updated-dependencies:
- dependency-name: "@react-native-async-storage/async-storage"
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-native
- dependency-name: "@react-native-community/cli"
  dependency-version: 20.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native-vector-icons/material-design-icons"
  dependency-version: 13.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: react-native
  dependency-version: 0.86.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-gesture-handler
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-native
- dependency-name: react-native-mmkv
  dependency-version: 4.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: react-native-nitro-fetch
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-nitro-modules
  dependency-version: 0.36.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-nitro-player
  dependency-version: 1.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: react-native-pager-view
  dependency-version: 8.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: react-native-pulsar
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-quick-crypto
  dependency-version: 1.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: react-native-reanimated
  dependency-version: 4.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-safe-area-context
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-screens
  dependency-version: 4.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-text-ticker
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-toast-message
  dependency-version: 2.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-turbo-image
  dependency-version: 1.24.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: react-native-worklets
  dependency-version: 0.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native-community/cli-platform-android"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native-community/cli-platform-ios"
  dependency-version: 20.2.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/babel-preset"
  dependency-version: 0.86.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/eslint-config"
  dependency-version: 0.86.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/metro-config"
  dependency-version: 0.86.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/typescript-config"
  dependency-version: 0.86.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
...

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 Jul 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 20, 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 Jul 20, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/react-native-e7f037b944 branch July 20, 2026 05:42
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