react-wv-navigation
v0.1.10-alpha.6
Published
Simple navigation for react apps running inside webview.
Downloads
93
Readme
React WV Navigation
Simple navigation for react apps running inside webview.
Installation
npm install react-wv-navigation
yarn add react-wv-navigation
Fundamentals
Navigation state is just a stack(LIFO) which keeps history of application screens, where active screen (the one user sees) is the last entry of history stack.