alinz / react-native-webview-bridge

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

Enable Local Storage #187

Open emitchel opened 7 years ago

emitchel commented 7 years ago

In android we can easily set the webview to allow localStorage, but I don't see anything for React Native's webviews. I feel like I'm missing something simple since I don't see any issues regarding it. Any idea?

thomasdavis commented 7 years ago

Same boat!

rasom commented 7 years ago

@emitchel @thomasdavis I just added PR https://github.com/alinz/react-native-webview-bridge/pull/195 Meanwhile, you can use my fork (or fork it :) )

emitchel commented 7 years ago

Thanks @rasom , that was the same approach I was using locally for the time being.