Is there any way to keep injected javascript data in the webview when there are state changes?
I use the injectJavascript prop to enter data into a web view. The data is entered as expected but when the react native state changes the data is lost which probably means the webview is reloaded. Is there any way to keep this data after state changes?
Verified on android device