React Navigation
reactnavigation.bsky.social
React Navigation
@reactnavigation.bsky.social
The latest version of React Navigation now has a new unstable API to automatically navigate to the correct screen after a conditional render (e.g., if a screen was opened via a deep link, but was behind auth):

UNSTABLE_routeNamesChangeBehavior="lastUnhandled"

reactnavigation.org/docs/auth-fl...
October 27, 2025 at 11:41 AM
Support for PlatformColor, DynamicColorIOS & CSS custom properties is coming to React Navigation's theming system 💅

Currently, it only supports plain color strings. But this will enable using design system tokens defined in native code or CSS without needing to redeclare them.
August 12, 2025 at 9:37 PM
Do you use React Navigation devtools?

It should now display the stack trace correctly. So you can easily see where the navigation originated from.
August 12, 2025 at 9:02 PM
We recently updated our testing guide with recommendations and examples. Are there any use cases that you'd like to be documented?

reactnavigation.org/docs/testing/
April 24, 2025 at 9:03 PM
The new `useRoutePath` hook in React Navigation can be used to get the path to the current route to create a shareable URL 🔗
April 1, 2025 at 6:52 PM
Reposted by React Navigation
Now available in the latest version of React Navigation

reactnavigation.org/docs/configu...
December 1, 2024 at 2:01 PM
Reposted by React Navigation
Working on regex support for linking config in React Navigation ✨

Any param name in linking config can be followed by a parenthesis containing a regex. Feedback welcome!

Let me know if you want me to test any specific scenario!
November 29, 2024 at 6:52 PM
Reposted by React Navigation
After the long wait, React Navigation 7 is here 😍

📷 Highlights
- Static API
- Preloading screens
- Layout props
- useLogger devtools
- Searchbar for more navigators
- Sidebar and animations in Bottom Tabs
- Drawer Layout package

And more...

Blog post reactnavigation.org/blog/2024/11...
React Navigation 7.0 | React Navigation
The documentation is now live at reactnavigation.org, and v6 lives here.
reactnavigation.org
November 6, 2024 at 5:21 PM