Skip to content

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

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 5, 2026

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

Package From To
@react-native-async-storage/async-storage 2.2.0 3.0.2
@react-native-community/cli 20.1.1 20.1.3
@react-native-community/netinfo 11.5.2 12.0.1
react-native 0.84.1 0.85.2
react-native-gesture-handler 2.31.1 2.31.2
react-native-nitro-fetch 1.0.3 1.1.2
react-native-nitro-modules 0.35.4 0.35.6
react-native-nitro-player 1.0.3 1.1.0
react-native-pager-view 8.0.0 8.0.1
react-native-pulsar 1.0.2 1.4.0
react-native-superconfig 0.16.0 0.17.0
react-native-worklets 0.8.1 0.8.3
@react-native-community/cli-platform-android 20.1.1 20.1.3
@react-native-community/cli-platform-ios 20.1.1 20.1.3
@react-native/babel-preset 0.84.1 0.85.2
@react-native/eslint-config 0.84.1 0.85.2
@react-native/metro-config 0.84.1 0.85.2
@react-native/typescript-config 0.84.1 0.85.2

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

Release notes

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

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)
    • Updated Native side (Brownfield) access to storage - dropped apple's delegate
    • Dropped a flag to opt out from iCloud backup - disabled by default now

3.0.0-next.0

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
  • useAsyncStorage hook has been removed (will be introduced later)
  • Updated Native side (Brownfield) access to storage - dropped apple's delegate
  • Dropped a flag to opt out from iCloud backup - disabled by default now
Changelog

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

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
    • useAsyncStorage hook has been removed (will be introduced later)
    • Updated Native side (Brownfield) access to storage - dropped apple's delegate
    • Dropped a flag to opt out from iCloud backup - disabled by default now

Patch Changes

  • e9061f9: fix: re-deploy android
  • 6ffa4d9: Fixes crashes on ios 16 and below due to unescaped urls
  • 300cba3: update ios setup for cocoapods

3.0.0-next.3

Patch Changes

  • 6ffa4d9: Fixes crashes on ios 16 and below due to unescaped urls

3.0.0-next.2

Patch Changes

  • e9061f9: fix: re-deploy android

3.0.0-next.1

Patch Changes

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

Commits

Updates @react-native-community/netinfo from 11.5.2 to 12.0.1

Release notes

Sourced from @​react-native-community/netinfo's releases.

v12.0.1

12.0.1 (2026-02-14)

Bug Fixes

  • ios: new wifi config API usage requires NetworkExtension framework (#793) (5b1f9b0)

v12.0.0

12.0.0 (2026-02-14)

  • fix(ios)!: use NEHotspotNetwork vs deprecated CNCopyCurrentNetworkInfo for wifi info, iOS14+ required (#791) (dd7a88f)

BREAKING CHANGES

  • iOS 14+ is new minimum, that's react-native 0.76+

The first react-native version to require iOS 14+ was react-native 0.76 so that is pretty old but this still may be a breaking change for some people so we are noting it.

Note from Apple Developer Documentation:

"This method also requires the app to have the Access Wi-Fi Information Entitlement, and produces nil if the app lacks this entitlement."

See: https://developer.apple.com/documentation/networkextension/nehotspotnetwork/fetchcurrent(completionhandler:)

Changelog

Sourced from @​react-native-community/netinfo's changelog.

12.0.1 (2026-02-14)

Bug Fixes

  • ios: new wifi config API usage requires NetworkExtension framework (#793) (5b1f9b0)

12.0.0 (2026-02-14)

  • fix(ios)!: use NEHotspotNetwork vs deprecated CNCopyCurrentNetworkInfo for wifi info, iOS14+ required (#791) (dd7a88f)

BREAKING CHANGES

  • iOS 14+ is new minimum, that's react-native 0.76+

The first react-native version to require iOS 14+ was react-native 0.76 so that is pretty old but this still may be a breaking change for some people so we are noting it.

Note from Apple Developer Documentation:

"This method also requires the app to have the Access Wi-Fi Information Entitlement, and produces nil if the app lacks this entitlement."

See: https://developer.apple.com/documentation/networkextension/nehotspotnetwork/fetchcurrent(completionhandler:)

Commits
  • d9923d2 chore(release): 12.0.1 [skip ci]
  • 5b1f9b0 fix(ios): new wifi config API usage requires NetworkExtension framework (#793)
  • 223d4d9 chore(release): 12.0.0 [skip ci]
  • dd7a88f fix(ios)!: use NEHotspotNetwork vs deprecated CNCopyCurrentNetworkInfo for wi...
  • 2cab2ac chore: document that native module load style is used for react-native 0.77+ ...
  • See full diff in compare view

Updates react-native from 0.84.1 to 0.85.2

Release notes

Sourced from react-native's releases.

0.85.2


Hermes dSYMS:

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


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:

... (truncated)

Changelog

Sourced from react-native's changelog.

v0.85.2

Added

  • Animated: Add pushAnimationMutations to AnimationBackend for targeted event-driven animation updates (e4f0509973 by Bartlomiej Bloniarz)

Fixed

  • Animated: Fix potential data corruption in animation backend when ShadowTree commits are retried by copying RawProps instead of moving them (77d3df8cab by Bartlomiej Bloniarz)

iOS specific

  • Dev Server: Fix "Loading from Metro..." banner getting stuck after reloads in quick succession (e122c24c27 by @​alanjhughes)

v0.85.1

Fixed

Android specific

v0.85.0

Breaking

Android specific

  • Events: Re-added receiveTouches to RCTEventEmitter with a default no-op implementation to avoid breaking ecosystem libraries (67db89d08a by @​javache)
  • Legacy Architecture: Deprecated UIManagerHelper.getEventDispatcherForReactTag and UIManagerHelper.getEventDispatcher(ReactContext, UIManagerType Int), use getEventDispatcher (4e5d45f4db by @​javache)
  • Legacy Architecture: Stub UIImplementation class, this class is unused in the new architecture (fbe15f6605 by @​mdvacca)
  • Text: Make ReactTextUpdate internal (faebee4338 by @​NickGerleman)

Added

  • Animated: RCTAnimationChoreographer to RCTScheduler (019c9a7d8f by Bartlomiej Bloniarz)
  • Animated: std::mutex to AnimationBackend to protect start, stop and callbacks. (4064b89867 by Bartlomiej Bloniarz)
  • Animated: Add c++ AnimatedModule to DefaultTurboModules (15e52e3f71 by @​zeyap)
  • Animated: Added support for transform operations. (58b7b052c0 by @​coado)
  • Animated: Animated calls AnimationBackend::trigger to push updates from. events to the mounting layer (ac06f3bdc7 by Bartlomiej Bloniarz)
  • Animated: Animated can now prompt the backend to push changes to the shadowTree on the JS thread, making RSNRU update the ShadowNode references held by the react renderer. (f9e94c0502 by Bartlomiej Bloniarz)

... (truncated)

Commits
  • 67baaf3 Release 0.85.2
  • 5300582 Fix loading banner stuck after a reload
  • 430da64 Avoid moving RawProps during animation backend commit when retries are possib...
  • 16e6e32 Add pushAnimationMutations to the AnimationBackend (#56401)
  • 2c0ae27 Release 0.85.1
  • 9dfd26e fix: formData upload broken in debug builds (#56406)
  • 76cf797 Update generate-artifacts-executor scripts to skip write/cp for unchanged o...
  • 401b162 [0.85] Correclty promote flags to experimental for 0.85 release (#56373)
  • 10644a0 Release 0.85.0
  • b2839b1 Release 0.85.0-rc.7
  • Additional commits viewable in compare view

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

Release notes

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

v2.31.2

🐛 Bug fixes

🔢 Miscellaneous

Full Changelog: software-mansion/react-native-gesture-handler@v2.31.1...v2.31.2

Commits

Updates react-native-nitro-fetch from 1.0.3 to 1.1.2

Release notes

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

Release 1.1.2

  • fix: .h file missing in podspec (#88) (b250e1d)
  • Update documentation link in README.md (ebbf39a)
  • chore: improve docs (1d00d4a)
  • chore: docs (#87) (3605756)
  • chore: improve network inspector (#86) (8511271)
  • chore: lockfiles (6b8b785)

Release 1.1.1

  • chore: improve docs (1d00d4a)
  • chore: docs (#87) (3605756)
  • chore: improve network inspector (#86) (8511271)
  • chore: lockfiles (6b8b785)

Release 1.1.0

  • feat: push logs to dev tools (#85) (e68305a)
  • perf: improve performance of text decoder (#84) (0ee5995)
  • chore: lockfiles (ba8f5d2)
  • fix: readmes not being pushed to npm (5c3699f)
Commits

Updates react-native-nitro-modules from 0.35.4 to 0.35.6

Release notes

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

Release 0.35.6

0.35.6 (2026-04-28)

🐛 Bug Fixes

  • Fix indentation for nitrogen invoke_cxx (#1308) (ca6e003)
  • Fix nested arrays auto __element = __element assignment (#1307) (c136f5f)

📚 Documentation

  • Tell people that they can also just add reproduction PRs, not only fixes (4500ba0)
  • Update contributing.md (45db616)

Release 0.35.5

0.35.5 (2026-04-23)

🐛 Bug Fixes

  • Override equals(...) and hashCode() to make all Kotlin structs equatable (#1288) (8c75b2d)
  • Use JRunnable for runOnUIThread(..) (#1302) (580216a)

📚 Documentation

Commits
  • 5210f2d chore: release 0.35.6
  • 54f6250 chore: bump satori from 0.25.0 to 0.26.0 in /docs (#1271)
  • 736771d chore: Run CI on arm64 (#1309)
  • ca6e003 fix: Fix indentation for nitrogen invoke_cxx (#1308)
  • c136f5f fix: Fix nested arrays auto __element = __element assignment (#1307)
  • 9842816 chore: Bump Xcode version in CI to 26.4.0 (#1303)
  • 4500ba0 docs: Tell people that they can also just add reproduction PRs, not only fixes
  • 45db616 docs: Update contributing.md
  • 8d19114 chore: Add CONTRIBUTING.md
  • 9d1efe1 chore: release 0.35.5
  • Additional commits viewable in compare view

Updates react-native-nitro-player from 1.0.3 to 1.1.0

Release notes

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

Release 1.1.0

1.1.0 (2026-04-29)

✨ Features

Commits

Updates react-native-pager-view from 8.0.0 to 8.0.1

Release notes

Sourced from react-native-pager-view's releases.

v8.0.1

  • fix: emit onPageScroll with zero offset on idle to prevent indicator jump (#1076) (2318146)
Commits
  • 54ea6a3 Release 8.0.1
  • 2318146 fix: emit onPageScroll with zero offset on idle to prevent indicator jump (#1...
  • dff04db chore(deps): bump activesupport from 7.1.3.4 to 7.2.3.1 in /example (#1064)
  • See full diff in compare view

Updates react-native-pulsar from 1.0.2 to 1.4.0

Commits
Install script changes

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


Updates react-native-superconfig from 0.16.0 to 0.17.0

Release notes

Sourced from react-native-superconfig's releases.

Release 0.17.0

0.17.0 (2026-04-24)

Features

  • ablity to read manifest and plist files (b6da811)
  • ablity-to-skip env (#17) (b0de07a)
Commits

Updates react-native-worklets from 0.8.1 to 0.8.3

Release notes

Sourced from react-native-worklets's releases.

Worklets - 0.8.3

Full Changelog: software-mansion/react-native-reanimated@worklets-0.8.2...worklets-0.8.3

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.8.2...worklets-0.8.3

Worklets - 0.8.2 (deprecated)

What's Changed

Full Changelog: software-mansion/react-native-reanimated@worklets-0.8.1...worklets-0.8.2

Commits

Updates @react-native-community/cli-platform-android from 20.1.1 to 20.1.3

Commits

Updates @react-native-community/cli-platform-ios from 20.1.1 to 20.1.3

Commits

Updates @react-native/babel-preset from 0.84.1 to 0.85.2

Release notes

Sourced from @​react-native/babel-preset's releases.

0.85.2


Hermes dSYMS:

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


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:

... (truncated)

Changelog

Sourced from @​react-native/babel-preset's changelog.

v0.85.2

Added

  • Animated: Add pushAnimationMutations to AnimationBackend for targeted event-driven animation updates (e4f0509973 by Bartlomiej Bloniarz)

Fixed

  • Animated: Fix potential data corruption in animation backend when ShadowTree commits are retried by copying RawProps instead of moving them (77d3df8cab by Bartlomiej Bloniarz)

iOS specific

  • Dev Server: Fix "Loading from Metro..." banner getting stuck after reloads in quick succession (e122c24c27 by @​alanjhughes)

v0.85.1

Fixed

Android specific

v0.85.0

Breaking

Android specific

  • Events: Re-added receiveTouches to RCTEventEmitter with a default no-op implementation to avoid breaking ecosystem libraries (67db89d08a by @​javache)
  • Legacy Architecture: Deprecated UIManagerHelper.getEventDispatcherForReactTag and UIManagerHelper.getEventDispatcher(ReactContext, UIManagerType Int), use getEventDispatcher (4e5d45f4db by @​javache)
  • Legacy Architecture: Stub UIImplementation class, this class is unused in the new architecture (fbe15f6605 by @​mdvacca)
  • Text: Make ReactTextUpdate internal (faebee4338 by @​NickGerleman)

Added

  • Animated: RCTAnimationChoreographer to RCTScheduler (019c9a7d8f by Bartlomiej Bloniarz)
  • Animated: std::mutex to AnimationBackend to protect start, stop and callbacks. (4064b89867 by Bartlomiej Bloniarz)
  • Animated: Add c++ AnimatedModule to DefaultTurboModules (15e52e3f71 by @​zeyap)
  • Animated: Added support for transform operations. (58b7b052c0 by @​coado)
  • Animated: Animated calls AnimationBackend::trigger to push updates from. events to the mounting layer (ac06f3bdc7 by Bartlomiej Bloniarz)
  • Animated: Animated can now prompt the backend to push changes to the shadowTree on the JS thread, making RSNRU update the ShadowNode references held by the react renderer. (f9e94c0502 by Bartlomiej Bloniarz)

... (truncated)

Commits
  • 67baaf3 Release 0.85.2
  • d19e715 [LOCAL] Skip use-hermes-nightly when hermes-compiler is already pinned
  • 5300582 Fix loading banner stuck after a reload
  • 430da64 Avoid moving RawProps during animation backend commit when retries are possib...
  • 16e6e32 Add pushAnimationMutations to the AnimationBackend (#56401)
  • c634640 [LOCAL] Bump Podfile.lock
  • 2c0ae27 Release 0.85.1
  • 9dfd26e fix: formData upload broken in debug builds (#56406)
  • 76cf797 Update generate-artifacts-executor scripts to skip write/cp for unchanged o...
  • 401b162 [0.85] Correclty promote flags to experimental for 0.85 release (#56373)
  • Additional commits viewable in compare view

Updates @react-native/eslint-config from 0.84.1 to 0.85.2

Release notes

Sourced from @​react-native/eslint-config's releases.

0.85.2


Hermes dSYMS:

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


Hermes dSYMS:

Hermes V1 dSYMS:

ReactNativeDependencies dSYMs:

ReactNative Core dSYMs:

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 5, 2026
…pdates

Bumps the react-native group with 18 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.0.2` |
| [@react-native-community/cli](https://github.com/react-native-community/cli/tree/HEAD/packages/cli) | `20.1.1` | `20.1.3` |
| [@react-native-community/netinfo](https://github.com/react-native-netinfo/react-native-netinfo) | `11.5.2` | `12.0.1` |
| [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) | `0.84.1` | `0.85.2` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.31.1` | `2.31.2` |
| [react-native-nitro-fetch](https://github.com/margelo/react-native-nitro-fetch) | `1.0.3` | `1.1.2` |
| [react-native-nitro-modules](https://github.com/mrousavy/nitro) | `0.35.4` | `0.35.6` |
| [react-native-nitro-player](https://github.com/riteshshukla04/react-native-nitro-player) | `1.0.3` | `1.1.0` |
| [react-native-pager-view](https://github.com/callstack/react-native-pager-view) | `8.0.0` | `8.0.1` |
| [react-native-pulsar](https://github.com/software-mansion/pulsar) | `1.0.2` | `1.4.0` |
| [react-native-superconfig](https://github.com/riteshshukla04/react-native-superconfig) | `0.16.0` | `0.17.0` |
| [react-native-worklets](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-worklets) | `0.8.1` | `0.8.3` |
| [@react-native-community/cli-platform-android](https://github.com/react-native-community/cli/tree/HEAD/packages/platform-android) | `20.1.1` | `20.1.3` |
| [@react-native-community/cli-platform-ios](https://github.com/react-native-community/cli/tree/HEAD/packages/cli-platform-ios) | `20.1.1` | `20.1.3` |
| [@react-native/babel-preset](https://github.com/facebook/react-native) | `0.84.1` | `0.85.2` |
| [@react-native/eslint-config](https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native) | `0.84.1` | `0.85.2` |
| [@react-native/metro-config](https://github.com/facebook/react-native/tree/HEAD/packages/metro-config) | `0.84.1` | `0.85.2` |
| [@react-native/typescript-config](https://github.com/facebook/react-native/tree/HEAD/packages/typescript-config) | `0.84.1` | `0.85.2` |



Updates `@react-native-async-storage/async-storage` from 2.2.0 to 3.0.2
- [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.0.2/packages/async-storage)

Updates `@react-native-community/cli` from 20.1.1 to 20.1.3
- [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.1.3/packages/cli)

Updates `@react-native-community/netinfo` from 11.5.2 to 12.0.1
- [Release notes](https://github.com/react-native-netinfo/react-native-netinfo/releases)
- [Changelog](https://github.com/react-native-netinfo/react-native-netinfo/blob/master/CHANGELOG.md)
- [Commits](react-native-netinfo/react-native-netinfo@v11.5.2...v12.0.1)

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

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

Updates `react-native-nitro-fetch` from 1.0.3 to 1.1.2
- [Release notes](https://github.com/margelo/react-native-nitro-fetch/releases)
- [Commits](https://github.com/margelo/react-native-nitro-fetch/commits/v1.1.2)

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

Updates `react-native-nitro-player` from 1.0.3 to 1.1.0
- [Release notes](https://github.com/riteshshukla04/react-native-nitro-player/releases)
- [Commits](riteshshukla04/react-native-nitro-player@v1.0.3...v1.1.0)

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

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

Updates `react-native-superconfig` from 0.16.0 to 0.17.0
- [Release notes](https://github.com/riteshshukla04/react-native-superconfig/releases)
- [Commits](riteshshukla04/react-native-superconfig@v0.16.0...v0.17.0)

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

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

Updates `@react-native-community/cli-platform-ios` from 20.1.1 to 20.1.3
- [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.1.3/packages/cli-platform-ios)

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

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

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

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

---
updated-dependencies:
- dependency-name: "@react-native-async-storage/async-storage"
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-native
- dependency-name: "@react-native-community/cli"
  dependency-version: 20.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: "@react-native-community/cli-platform-android"
  dependency-version: 20.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: "@react-native-community/cli-platform-ios"
  dependency-version: 20.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: "@react-native-community/netinfo"
  dependency-version: 12.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-native
- dependency-name: "@react-native/babel-preset"
  dependency-version: 0.85.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/eslint-config"
  dependency-version: 0.85.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/metro-config"
  dependency-version: 0.85.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: "@react-native/typescript-config"
  dependency-version: 0.85.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native
  dependency-version: 0.85.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-gesture-handler
  dependency-version: 2.31.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: react-native-nitro-fetch
  dependency-version: 1.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-nitro-modules
  dependency-version: 0.35.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: react-native-nitro-player
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-pager-view
  dependency-version: 8.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-native
- dependency-name: react-native-pulsar
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-superconfig
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-worklets
  dependency-version: 0.8.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: react-native
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the react-native group with 18 updates chore(deps): bump the react-native group across 1 directory with 18 updates May 5, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/react-native-c422595aa7 branch from 7561450 to c116c1c Compare May 5, 2026 07:53
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 9, 2026

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

@dependabot dependabot Bot closed this May 9, 2026
@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/react-native-c422595aa7 branch May 9, 2026 17:36
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