I am currently using wix/react-native-navigation. However, there are plenty of problems when using it.
react-native-push-notification cannot be used in android with wix's navigation
it renders all tabs while using it. I cannot just logout by setting redux to initial state directly because some of the rendering components may using the redux state.
Overall, wix's navigation is not stable enough as I used the navigator provided by react native before. The app crash increase a lot in this few month. Therefore, I really want to try this library and find a better navigation solution.
In these few weeks, I keep looking these three forks. And I guess taxfix ( https://taxfix.de/en/ )
may already using it in their iOS production app because their navigation is quite similar with native-navigation.
So, is there any example for tab bar and login structure using native-navigation?
I am currently using wix/react-native-navigation. However, there are plenty of problems when using it.
Overall, wix's navigation is not stable enough as I used the navigator provided by react native before. The app crash increase a lot in this few month. Therefore, I really want to try this library and find a better navigation solution.
https://github.com/taxfix/native-navigation/ https://github.com/bamlab/native-navigation/ https://github.com/travelbird/react-native-navigation/
In these few weeks, I keep looking these three forks. And I guess taxfix ( https://taxfix.de/en/ ) may already using it in their iOS production app because their navigation is quite similar with native-navigation.
So, is there any example for tab bar and login structure using native-navigation?