Wire `react-navigation` into redux substate.
Includes convenient navigation helpers ('resetRoutes`, `goBackFrom`) for use in router.
				
			
| 
				
					 | 
			7 jaren geleden | |
|---|---|---|
| .gitignore | 7 jaren geleden | |
| LICENSE | 7 jaren geleden | |
| README.md | 7 jaren geleden | |
| index.js | 7 jaren geleden | |
| package-lock.json | 7 jaren geleden | |
| package.json | 7 jaren geleden | 
Wire  Sadly, from 2.3.0, react-navigation into redux substate.react-navigation stopped working for the scenario of "redux integration" and they are officially abandoning it. It was possible to still make navigating out of screens work, though with a few changes (keeping the state in separate store, as authors want us all to). So:
Helpers for usage on react-navigation out of the react components.
Includes convenient navigation helpers ('resetRoutes,goBackFrom`) for use in router.