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
It was broken for a while because the format of the stack traces had changed since the initial implementation.

This is how it looked when it was broken. Not very useful.
August 12, 2025 at 9:02 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