React Navigation @reactnavigation.org · Dec 20

The `useRoute`, `useNavigation` & `useNavigationState` now accept screen name as an argument. - Pass a parent screen name to get parent screen data - Get automatic type inference based on screen name

1 likes 1 replies

?

Replies

React Navigation · Dec 20

In static configuration, the type of params is inferred based on the deep link configuration as well. Inspired by @tanstack.com router 🫶