Skip to content

chore(deps): update dependency @react-navigation/native to v7.3.3#5

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-navigation-native-7.x
Open

chore(deps): update dependency @react-navigation/native to v7.3.3#5
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/react-navigation-native-7.x

Conversation

@renovate

@renovate renovate Bot commented Apr 19, 2026

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@react-navigation/native (source) 7.1.87.3.3 age adoption passing confidence

Release Notes

react-navigation/react-navigation (@​react-navigation/native)

v7.3.3

Compare Source

v7.3.2

Compare Source

Bug Fixes

v7.3.1

Compare Source

v7.3.0

Compare Source

Features

v7.2.6

Compare Source

Bug Fixes

v7.2.5

Compare Source

v7.2.4

Compare Source

Bug Fixes

v7.2.3

Compare Source

v7.2.2

Compare Source

v7.2.1

Compare Source

v7.2.0

Compare Source

Features
  • support wrapping static config in a component (57a622c) - by @​

v7.1.34

Compare Source

v7.1.33

Compare Source

v7.1.32

Compare Source

v7.1.31

Compare Source

v7.1.30

Compare Source

v7.1.29

Compare Source

v7.1.28

Compare Source

v7.1.27

Compare Source

Bug Fixes

v7.1.26

Compare Source

v7.1.25

Compare Source

v7.1.24

Compare Source

v7.1.23

Compare Source

v7.1.22

Compare Source

v7.1.21

Compare Source

Bug Fixes

v7.1.20

Compare Source

v7.1.19

Compare Source

v7.1.18

Compare Source

Bug Fixes

v7.1.17

Compare Source

v7.1.16

Compare Source

v7.1.15

Compare Source

Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
  • The types previously specified with RootParamList
    using global augmentation will stop working.
  • Navigators don't accept an ID anymore, and getParent
    accepts only route names. Any code using navigator IDs needs to be
    refactored.
  • the minimum required version for react-native-web is now ~0.21.0

Motivation

By replacing usages of pointerEvents to use styles instead of props,
we won't get an annoying warning in the logs.

The underlying issue in React Native Web which prevented children of a
pointer-events: box-none element from receiving pointer events is
resolved by necolas/react-native-web#2789.

A follow-up fix to React Native Testing Library was also required, PR
here
callstack/react-native-testing-library#1799.

  • This bumps the minimum required versions of various peer deps

7.1.15 (2025-07-25)

Note: Version bump only for package @​react-navigation/native

7.1.14 (2025-06-21)

Note: Version bump only for package @​react-navigation/native

7.1.13 (2025-06-19)

Note: Version bump only for package @​react-navigation/native

7.1.12 (2025-06-18)

Note: Version bump only for package @​react-navigation/native

7.1.11 (2025-06-14)

Note: Version bump only for package @​react-navigation/native

7.1.10 (2025-05-30)

Note: Version bump only for package @​react-navigation/native

7.1.9 (2025-05-11)

Note: Version bump only for package @​react-navigation/native

7.1.8 (2025-05-04)

Bug Fixes

7.1.7 (2025-05-02)

Bug Fixes

7.1.6 (2025-04-08)

Bug Fixes
  • add types field back to support legacy moduleResolution (6c021d4), closes #​12534 - by @​

7.1.5 (2025-04-04)

Bug Fixes

7.1.4 (2025-04-03)

Note: Version bump only for package @​react-navigation/native

7.1.3 (2025-04-02)

Bug Fixes
  • make buildHref work inside route context (a52efa1) - by @​

7.1.2 (2025-04-02)

Bug Fixes
  • make buildHref work inside screens of a navigator (18387b8) - by @​
  • revert always create link regardless of linking enabled (400f0d8) - by @​

7.1.1 (2025-04-02)

Bug Fixes
  • fix buildHref returning incorrect path (60b0d75) - by @​

v7.1.14

Compare Source

Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
  • The types previously specified with RootParamList
    using global augmentation will stop working.
  • Navigators don't accept an ID anymore, and getParent
    accepts only route names. Any code using navigator IDs needs to be
    refactored.
  • the minimum required version for react-native-web is now ~0.21.0

Motivation

By replacing usages of pointerEvents to use styles instead of props,
we won't get an annoying warning in the logs.

The underlying issue in React Native Web which prevented children of a
pointer-events: box-none element from receiving pointer events is
resolved by necolas/react-native-web#2789.

A follow-up fix to React Native Testing Library was also required, PR
here
callstack/react-native-testing-library#1799.

  • This bumps the minimum required versions of various peer deps

7.1.15 (2025-07-25)

Note: Version bump only for package @​react-navigation/native

7.1.14 (2025-06-21)

Note: Version bump only for package @​react-navigation/native

7.1.13 (2025-06-19)

Note: Version bump only for package @​react-navigation/native

7.1.12 (2025-06-18)

Note: Version bump only for package @​react-navigation/native

7.1.11 (2025-06-14)

Note: Version bump only for package @​react-navigation/native

7.1.10 (2025-05-30)

Note: Version bump only for package @​react-navigation/native

7.1.9 (2025-05-11)

Note: Version bump only for package @​react-navigation/native

7.1.8 (2025-05-04)

Bug Fixes

7.1.7 (2025-05-02)

Bug Fixes

7.1.6 (2025-04-08)

Bug Fixes
  • add types field back to support legacy moduleResolution (6c021d4), closes #​12534 - by @​

7.1.5 (2025-04-04)

Bug Fixes

7.1.4 (2025-04-03)

Note: Version bump only for package @​react-navigation/native

7.1.3 (2025-04-02)

Bug Fixes
  • make buildHref work inside route context (a52efa1) - by @​

7.1.2 (2025-04-02)

Bug Fixes
  • make buildHref work inside screens of a navigator (18387b8) - by @​
  • revert always create link regardless of linking enabled (400f0d8) - by @​

7.1.1 (2025-04-02)

Bug Fixes
  • fix buildHref returning incorrect path (60b0d75) - by @​

v7.1.13

Compare Source

Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
  • The types previously specified with RootParamList
    using global augmentation will stop working.
  • Navigators don't accept an ID anymore, and getParent
    accepts only route names. Any code using navigator IDs needs to be
    refactored.
  • the minimum required version for react-native-web is now ~0.21.0

Motivation

By replacing usages of pointerEvents to use styles instead of props,
we won't get an annoying warning in the logs.

The underlying issue in React Native Web which prevented children of a
pointer-events: box-none element from receiving pointer events is
resolved by necolas/react-native-web#2789.

A follow-up fix to React Native Testing Library was also required, PR
here
callstack/react-native-testing-library#1799.

  • This bumps the minimum required versions of various peer deps

7.1.15 (2025-07-25)

Note: Version bump only for package @​react-navigation/native

7.1.14 (2025-06-21)

Note: Version bump only for package @​react-navigation/native

7.1.13 (2025-06-19)

Note: Version bump only for package @​react-navigation/native

7.1.12 (2025-06-18)

Note: Version bump only for package @​react-navigation/native

7.1.11 (2025-06-14)

Note: Version bump only for package @​react-navigation/native

7.1.10 (2025-05-30)

Note: Version bump only for package @​react-navigation/native

7.1.9 (2025-05-11)

Note: Version bump only for package @​react-navigation/native

7.1.8 (2025-05-04)

Bug Fixes

7.1.7 (2025-05-02)

Bug Fixes

7.1.6 (2025-04-08)

Bug Fixes
  • add types field back to support legacy moduleResolution (6c021d4), closes #​12534 - by @​

7.1.5 (2025-04-04)

Bug Fixes

7.1.4 (2025-04-03)

Note: Version bump only for package @​react-navigation/native

7.1.3 (2025-04-02)

Bug Fixes
  • make buildHref work inside route context (a52efa1) - by @​

7.1.2 (2025-04-02)

Bug Fixes
  • make buildHref work inside screens of a navigator (18387b8) - by @​
  • revert always create link regardless of linking enabled (400f0d8) - by @​

7.1.1 (2025-04-02)

Bug Fixes
  • fix buildHref returning incorrect path (60b0d75) - by @​

v7.1.12

Compare Source

Bug Fixes
Code Refactoring
Features
BREAKING CHANGES
  • The types previously specified with RootParamList
    using global augmentation will stop working.
  • Navigators don't accept an ID anymore, and getParent
    accepts only route names. Any code using navigator IDs needs to be
    refactored.
  • the minimum required version for react-native-web is now ~0.21.0

Motivation

By replacing usages of pointerEvents to use styles instead of props,
we won't get an annoying warning in the logs.

The underlying issue in React Native Web which prevented children of a
pointer-events: box-none element from receiving pointer events is
resolved by necolas/react-native-web#2789.

A follow-up fix to React Native Testing Library was also required, PR
here
callstack/react-native-testing-library#1799.

  • This bumps the minimum required versions of various peer deps

7.1.15 (2025-07-25)

Note: Version bump only for package @​react-navigation/native

7.1.14 (2025-06-21)

Note: Version bump only for package @​react-navigation/native

7.1.13 (2025-06-19)

Note: Version bump only for package @​react-navigation/native

7.1.12 (2025-06-18)

Note: Version bump only for package @​react-navigation/native

7.1.11 (2025-06-14)

Note: Version bump only for package @​react-navigation/native

7.1.10 (2025-05-30)

Note: Version bump only for package @​react-navigation/native

[7.1.9](https://redirect.github.com/react-navigation/react-navigation/compare/@react-navigation/native

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel

vercel Bot commented Apr 19, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
native-template Ready Ready Preview, Comment Jun 20, 2026 11:53am

@renovate renovate Bot force-pushed the renovate/react-navigation-native-7.x branch from 00d87f8 to b51f589 Compare May 7, 2026 16:40
@renovate renovate Bot changed the title chore(deps): update dependency @react-navigation/native to v7.2.2 chore(deps): update dependency @react-navigation/native to v7.2.3 May 7, 2026
@renovate renovate Bot changed the title chore(deps): update dependency @react-navigation/native to v7.2.3 chore(deps): update dependency @react-navigation/native to v7.2.4 May 8, 2026
@renovate renovate Bot force-pushed the renovate/react-navigation-native-7.x branch from b51f589 to 488251e Compare May 8, 2026 19:38
@renovate renovate Bot changed the title chore(deps): update dependency @react-navigation/native to v7.2.4 chore(deps): update dependency @react-navigation/native to v7.2.5 May 29, 2026
@renovate renovate Bot force-pushed the renovate/react-navigation-native-7.x branch from 488251e to d03d65d Compare May 29, 2026 20:01
@renovate renovate Bot changed the title chore(deps): update dependency @react-navigation/native to v7.2.5 chore(deps): update dependency @react-navigation/native to v7.3.1 Jun 13, 2026
@renovate renovate Bot force-pushed the renovate/react-navigation-native-7.x branch from d03d65d to 5535973 Compare June 13, 2026 03:33
@renovate renovate Bot force-pushed the renovate/react-navigation-native-7.x branch from 5535973 to 9a27698 Compare June 20, 2026 11:49
@renovate renovate Bot changed the title chore(deps): update dependency @react-navigation/native to v7.3.1 chore(deps): update dependency @react-navigation/native to v7.3.3 Jun 20, 2026
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