I’m using react-native-webview
and attempting to post a message from JavaScript to RN.
I’m using the window.ReactNativeWebView.postMessage()
method but cannot get beyond some issue with ReactNativeWebView
not being recognised, with the following error:
Cannot read property 'postMessage' of undefined
I’m using the following:
- "react": "16.8.3",
- "react-native": "0.59.8",
- "react-native-webview": "^5.12.0",
This looks so straight forward so I don’t know where I’m going wrong.