Can I know is the react navtive web view is support to this task.This the code what i want to run in react app.
<script>
const sendDataToReactNativeApp = async () => {
window.ReactNativeWebView.postMessage('Data from WebView / Website');
};