Click here to Skip to main content
15,889,096 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to call a react native app from react app. I don't have clear idea about it. Actually I want to run a react native code in react app.
Can I know is the react native web view is support to this task.This the code what i want to run in react app.

What I have tried:

<script>
         const sendDataToReactNativeApp = async () => {
             window.ReactNativeWebView.postMessage('Data from WebView / Website');
                        };
</script>
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900