A common misconception of how we handled "redux integration" before was that this was how you used react-navigation in an app where you all use redux, when in fact it just demonstrated how to expose the guts of react-navigation to your redux store. Using redux, or any other state management library, is very easy to do alongside react-navigation -- you don't have to do anything different than you normally would. There are some tips we can provide around avoiding updates for inactive screens that may be handy though.