React Navigation @reactnavigation.org · Dec 20

The new `pushParams` API lets you push new entries to history without pushing a new screen. So you can keep filter changes in the history stack, show other components such as modals based on params, and more.

1 likes 1 replies

?

Replies

React Navigation · Dec 20

The new `routeNamesChangeBehavior` prop makes it simple to handle deep links to screens behind auth. It's also backported to React Navigation 7, so you can try it now.