Wire `react-navigation` into redux substate.
Includes convenient navigation helpers ('resetRoutes`, `goBackFrom`) for use in router.
Herby Vojčík 877c9eb67b Clarify description. | %!s(int64=6) %!d(string=hai) anos | |
---|---|---|
.gitignore | %!s(int64=6) %!d(string=hai) anos | |
LICENSE | %!s(int64=6) %!d(string=hai) anos | |
README.md | %!s(int64=6) %!d(string=hai) anos | |
index.js | %!s(int64=6) %!d(string=hai) anos | |
package-lock.json | %!s(int64=6) %!d(string=hai) anos | |
package.json | %!s(int64=6) %!d(string=hai) anos |
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.