Wire `react-navigation` into redux substate.

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

Herby Vojčík 63ecba649e Update 'README.md' преди 6 години
.gitignore 69377fd96a Initial commit преди 7 години
LICENSE 69377fd96a Initial commit преди 7 години
README.md 63ecba649e Update 'README.md' преди 6 години
index.js 168e586225 Update to work w/o redux integration. преди 6 години
package-lock.json 0a9de5d9f2 0.5.0 преди 6 години
package.json 0a9de5d9f2 0.5.0 преди 6 години

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 it work, though with a few changes. So:

Helpers for usage on react-navigation out of the react components.

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