alinz / react-native-webview-bridge

React Native Webview with Javascript Bridge
MIT License
1.37k stars 493 forks source link

Save login info in webview #262

Open lelebrate007 opened 6 years ago

lelebrate007 commented 6 years ago

Hi guys.

I want to save login info to local storage in webview. So I can get last logged in status when I reopen the app. Is it possible? Thank you.