You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There exists navigation control being done within the redux data store. We should leverage react-navigation and move all the "should" flags out of the store and transfer control to the navigational component. This should clean up and remove redundant code in the process and allow us to map paths if we wish to deep link to the corresponding components.
The text was updated successfully, but these errors were encountered:
There exists navigation control being done within the redux data store. We should leverage react-navigation and move all the "should" flags out of the store and transfer control to the navigational component. This should clean up and remove redundant code in the process and allow us to map paths if we wish to deep link to the corresponding components.
The text was updated successfully, but these errors were encountered: