I am working on an app that will have a web content, living in a webview and some other content and views built using react-native. I am planning to use Webview that react-native provides. I am thinking about the life cycle of the application. I want a way to keep the webview for the application mounted. since when its unmounted, you lose the state of it. I am guessing some navigation routers can help.
Thanks!