This project is meant to show how navigation experimental works and the basic concepts around it. It uses:
remote-redux-devtools
So that the user can see how the reducers work every time a new state its added and a new state isreact-redux
To create reducers and component containers. NOTE: This is not meant to be taken as an example on how you would model your reducers or how you would model your component containers, this is only to illustrate how you can make use of theNavigationStateUtils
included inNavigationExperimental
. Any comments are very welcomed and discussion about this is encouraged.
npm install
npm run remotedev
react-native run-ios
Please make sure you have the react-native CLI tools to run this. NOTE: Unfortunately I haven't tested this in Android.
If you find any problems with this code please create an issue and i'll try to fix it ASAP.