npm.io
0.1.10-alpha.6 • Published 4 years ago

react-wv-navigation

Licence
MIT
Version
0.1.10-alpha.6
Deps
4
Size
284 kB
Vulns
0
Weekly
0

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.