I can\'t get React Native WebView postMessage to work. The React Native app successfully receives the post message sendt from the web app. But the web app does not receive m
Version 5 of react-native-webview changes how this behavior works. You now want:
window.ReactNativeWebView.postMessage(data);