keep React-native webview mounted
Asked Answered
L

0

10

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!

Leninakan answered 24/1, 2017 at 2:6 Comment(1)
I am currently looking into that with github.com/react-community/react-navigation. I kinda have the same use case as you do.Lowrey

© 2022 - 2024 — McMap. All rights reserved.