Skip to content

Bump the react-native group with 7 updates#17

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

Bump the react-native group with 7 updates#17
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/react-native-2759514679

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the react-native group with 7 updates:

Package From To
@react-native-async-storage/async-storage 1.23.1 3.0.2
react-native-gesture-handler 2.20.2 2.31.2
react-native-get-random-values 1.11.0 2.0.0
react-native-reanimated 3.16.7 4.3.1
react-native-safe-area-context 4.12.0 5.7.0
react-native-screens 4.4.0 4.25.0
react-native-svg 15.8.0 15.15.5

Updates @react-native-async-storage/async-storage from 1.23.1 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

@​react-native-async-storage/async-storage@​2.2.0

Minor Changes

  • 8b2f32b: Fix support for React Native 0.80

... (truncated)

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 modifies prepare script that runs during installation. Review the package contents before updating.


Updates react-native-gesture-handler from 2.20.2 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

v2.31.1

❗ Important changes

🔢 Miscellaneous

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

v2.31.0

❗ Important changes

👍 Improvements

🐛 Bug fixes

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-native-gesture-handler since your current version.


Updates react-native-get-random-values from 1.11.0 to 2.0.0

Release notes

Sourced from react-native-get-random-values's releases.

🚢 2.0.0 / 2025-10-22

💥 Breaking Changes

  • Switch to new architecture

    Migration Guide:

    The new minimum supported version of React Native is 0.81, and Expo SDK 54.

🎉 Enhancements

  • Improve Android performance by caching SecureRandom
  • Add support for visionOS
Commits

Updates react-native-reanimated from 3.16.7 to 4.3.1

Release notes

Sourced from react-native-reanimated's releases.

Reanimated - 4.3.1

What's Changed

Full Changelog: software-mansion/react-native-reanimated@4.3.0...4.3.1

Reanimated - 4.3.0

Key changes

CSS SVG Animations

CSS animations now support animating SVG components and their properties, including Path, Image, LinearGradient, RadialGradient, Pattern and Text. This includes support for animating the d property of Path components with a special handling for path morphing.

Shared Value re-implementation

Shared Value internal implementation changed - now it uses Shareable type from react-native-worklets as its internal value container. That means you can finally use Shared Values from other Worklet Runtimes than just the UI Runtime. Also USE_SYNCHRONIZABLE_IN_MUTABLE optimization feature flag is now enabled by default.

Animated Styles type changes

TypeScript type of Animated Styles now makes it impossible to accidentally pass them to non-animated components. This replaces previous runtime-check for this kind of mistake, which proved to be prone to false positives.

Fixes

... (truncated)

Commits
  • b349631 release(Reanimated): 4.3.1
  • 177650b fix: OIDC releases not including type declarations (#9348)
  • 6dd6729 fix(Reanimated): registries race conditions (#9323)
  • d889209 cherry-pick(Reanimated): Fix Unistyles flattening regression in 4.3.0 (#928...
  • ce0460b cherry-pick(4.3-stable): useScrollOffset on renderScrollComponent (#9286) (#9...
  • f8a5240 feat: workflow for OIDC publishing (#9095)
  • 9cad57e cherry-pick(Reanimated): Fix animation cancellation race condition missing co...
  • a12d1ef cherry-pick(Reanimated): Incorrect CSS props reverting on CSS transition deta...
  • 63fa5df release(Reanimated): 4.3.0
  • 98c5ef4 fix(Reanimated): RCTModernEventEmmitter for older RN (#9181)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-native-reanimated since your current version.


Updates react-native-safe-area-context from 4.12.0 to 5.7.0

Release notes

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

Release 5.7.0

5.7.0 (2026-02-24)

Bug Fixes

  • make SafeAreaView respect edges param on web (#685) (db1bdcb)

Features

Release 5.6.2

5.6.2 (2025-10-28)

Bug Fixes

  • Add missing event dispatcher for tvOS and macOS in legacy arch (#670) (393fcc8)

Release 5.6.1

5.6.1 (2025-08-19)

Bug Fixes

  • RNCSafeAreaProvider compilation on RN 0.74 (#657) (ee466e2)

Release 5.6.0

5.6.0 (2025-08-07)

Features

  • Support RN 0.81: set compile options using target_compile_reactnative_options (#653) (c505e73)

Release 5.5.2

5.5.2 (2025-07-10)

  • [RN 0.81] Do not set the ShadowNodeTraits::Trait::DirtyYogaNode (#646)

Release 5.5.1

5.5.1 (2025-07-01)

  • fix building Fabric on macOS (#642)

Release 5.5.0

5.5.0 (2025-06-21)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by melvalesca, a new releaser for react-native-safe-area-context since your current version.


Updates react-native-screens from 4.4.0 to 4.25.0

Release notes

Sourced from react-native-screens's releases.

4.25.0

What's Changed

Minor release, bringing golden version of Tabs API. Unless we get your negative feedback, we plan to stabilise Tabs API in next minor.

[!important] 4.25.0 no longer supports the legacy architecture. Most likely, the library will simply fail to build.

This release brings important Tabs API changes in JS and native layer, required for stabilisation of the API. Downstream libraries are already in advanced stage of adaptation to these changes. Please track the releases of your navigation solution for compatibility remarks.

Improvements

... (truncated)

Commits
  • c07b9c5 fix: add web fallback for ScrollViewMarker (#4008)
  • 9543bbd fix(iOS, Tabs): register navigation state observer outside RCTAssert (#4004)
  • cb6359e fix(iOS): forward-declare RCTSurfaceTouchHandler in UIView+RNSUtility.h (#3986)
  • 4e1551b fix(Android, Tabs): propagate actionOrigin into navigation state progression ...
  • 09d5d3e fix(iOS, Tabs): correctly pass action origin to progressNavigationState (#3994)
  • d11966a fix(iOS, Tabs): fix moreNavigationController navigation bar visible on nav (#...
  • 85e3cd6 refactor(tabs): rename rejectedProvenance to rejectedBaseProvenance (#3982)
  • 56734b1 fix(web, SafeAreaView): replace default export with named export (#3956)
  • 01307f3 fix(iOS): unregister tabs accessory observer from observed wrapper (#3948)
  • 8a4fc6b fix(Android, Stack v5): prevent crash when subview with (0, 0) size is added ...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-native-screens since your current version.


Updates react-native-svg from 15.8.0 to 15.15.5

Release notes

Sourced from react-native-svg's releases.

v15.15.5

This release includes minor fixes and improvements across all platforms, along with the OIDC setup.

What's Changed

New Contributors

Full Changelog: software-mansion/react-native-svg@v15.15.4...v15.15.5

v15.15.4

Support react-native nightly build.

What's Changed

New Contributors

Full Changelog: software-mansion/react-native-svg@v15.15.3...v15.15.4

v15.15.3

Patch fixing buffer issues and adding compatibility with next react-native version.

What's Changed

New Contributors

Full Changelog: software-mansion/react-native-svg@v15.15.2...v15.15.3

v15.15.2

Patch version fixing macOS build issues.

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for react-native-svg since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the react-native group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage/tree/HEAD/packages/async-storage) | `1.23.1` | `3.0.2` |
| [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler) | `2.20.2` | `2.31.2` |
| [react-native-get-random-values](https://github.com/LinusU/react-native-get-random-values) | `1.11.0` | `2.0.0` |
| [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated/tree/HEAD/packages/react-native-reanimated) | `3.16.7` | `4.3.1` |
| [react-native-safe-area-context](https://github.com/AppAndFlow/react-native-safe-area-context) | `4.12.0` | `5.7.0` |
| [react-native-screens](https://github.com/software-mansion/react-native-screens) | `4.4.0` | `4.25.0` |
| [react-native-svg](https://github.com/software-mansion/react-native-svg) | `15.8.0` | `15.15.5` |


Updates `@react-native-async-storage/async-storage` from 1.23.1 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-gesture-handler` from 2.20.2 to 2.31.2
- [Release notes](https://github.com/software-mansion/react-native-gesture-handler/releases)
- [Commits](software-mansion/react-native-gesture-handler@2.20.2...v2.31.2)

Updates `react-native-get-random-values` from 1.11.0 to 2.0.0
- [Release notes](https://github.com/LinusU/react-native-get-random-values/releases)
- [Commits](LinusU/react-native-get-random-values@v1.11.0...v2.0.0)

Updates `react-native-reanimated` from 3.16.7 to 4.3.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.3.1/packages/react-native-reanimated)

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

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

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

---
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-gesture-handler
  dependency-version: 2.31.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-get-random-values
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-native
- dependency-name: react-native-reanimated
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-native
- dependency-name: react-native-safe-area-context
  dependency-version: 5.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: react-native
- dependency-name: react-native-screens
  dependency-version: 4.25.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
- dependency-name: react-native-svg
  dependency-version: 15.15.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: react-native
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 18, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants