Wix/React-native-navigation
What is your preferred Navigation solution for react native?
hook - How to use react native navigation wix with context to share data from provider to all components? - Stack Overflow
Do you actually prefer react-navigation over wix/react-native-navigation?
Videos
ยป npm install react-native-navigation
Hi guys, currently developing pretty huge app , currently i using react-navigation for navigation , it works fine , it's really flexible , starting from setup till customising it's been really simple, but there is few perfomance issues on low versions of android, is it worth to convert to wix's native navigation? how about time how much it would take avrg or how about flexibility or setup time etc, please tell me about everything this lib if u have any experience with it.
Hey guys, Its been a month since I'm learning React native,
So far, I've used React Navigation. (https://reactnavigation.org/). It's working properly and i've got no problems with it.
But I'm curious, What do you guys use? Expo router or React Native Navigation(https://github.com/wix/react-native-navigation) by wix
PS:- All of my projects are based on Expo only.
I have been using react-navigation for my project now and even though I like their declarative API (JSX Tags for Screens and Navigators) and the type safety you can achieve, there is a serious problem with making navigation JS based, and that's performance. I have a shared element transition between my "main" and "details" screens which is slow and stuttering a lot because it's not native.
I'm currently looking into wix/react-native-navigation and even though it's not the "official" (react-navigation is community, but recommended by react native) navigation lib it looks promising. It's weird to write since it's not JS based anymore, but having a fully native & complete suite of navigation is a big plus. (complete suite includes shared element transitions for me)
What are you using and why?