Soon @react-navigation/native will work on web without react-native-web! 👀
React Navigation
578 posts
Routing and navigation for React Native and Web apps. Maintained by @satya164
Joined February 2018
- If you had issues with React Navigation's drawer not opening/closing correctly, check these versions out 👇 Thanks to the Reanimated team for the fix 🙏We've released 3 patch releases of Reanimated with a fix for stale animated props for settled animations: ➡️ [email protected] ➡️ [email protected] ➡️ [email protected] github.com/software-mansi…
- 🚀 React Navigation 8 keeps leveling up! Our latest blog post rounds up everything shipped since March: ⚛️ Suspense & concurrent rendering 📡 Experimental data loaders 🔠 Typed hooks in dynamic navigators 🔗 Shared paths for deep links 📌 Retaining screens in Stack 🎨 Material
- One nice thing about this is that typed hooks like `useNavigation` also handle navigator nesting. So if you use typed hooks instead, you don't need to combine navigation props manually. So no explicit `CompositeNavigationProp` or `CompositeScreenProps`. It's automaticallyReact Navigation 8 brings rich types to `useNavigation` and `useNavigationState` ✨ So far, that only worked with the static API. Now we're bringing it to the dynamic API too 🚀 It won't be automatic like static config, but there was no way we were leaving it out 💪
- React Navigation 8 brings rich types to `useNavigation` and `useNavigationState` ✨ So far, that only worked with the static API. Now we're bringing it to the dynamic API too 🚀 It won't be automatic like static config, but there was no way we were leaving it out 💪


