1 min readOct 6, 2018
Hey Louis, thanks for your comment. I did indeed use react-navigation, but didn’t connect it to Redux at all. I just created a cascade of DrawerNavigator and StackNavigator and that worked really well without the Redux integration.
I have worked on projects where we tried to do custom navigator stuff with Redux and agree that it’s tricky. It requires a really deep understanding of how navigators work behind the scenes.