An implementation of React Native's WebView that allows for window.postMessage
on iOS devices.
npm install rn-webview --save
oryarn add rn-webview
Instead of import { WebView } from 'react-native'
, simply import WebView from 'rn-webview'
.
Then continue to use <WebView />
just like you would the React Native implementation.
If you are a fan of this project, you may become a sponsor via GitHub's Sponsors Program.