I need help with this problem. My objective is to put a website inside a ReactJs web app. I tried using the iframe
of ReactJs, it does not work.
Is there a way to use React Native WebView component inside a ReactJs web app? Or is there a Webview Component in ReactJs
I do want the end-user to jump to another tab in order to use the website. I want them to continue to stay in the ReactJs web app and use the website.
The website that I am putting is a .Net website and I am doing a ReactJs project, not a React Native Project