Wire `react-navigation` into redux substate.

Includes convenient navigation helpers ('resetRoutes`, `goBackFrom`) for use in router.

Herby Vojčík 877c9eb67b Clarify description. 5 years ago
.gitignore 69377fd96a Initial commit 6 years ago
LICENSE 69377fd96a Initial commit 6 years ago
README.md 97fe06ab89 README: clarifying what "it" means. 5 years ago
index.js 168e586225 Update to work w/o redux integration. 5 years ago
package-lock.json 0a9de5d9f2 0.5.0 5 years ago
package.json 877c9eb67b Clarify description. 5 years ago

README.md

react-navigation-kit

Wire react-navigation into redux substate. Sadly, from 2.3.0, 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.