I have a react-native project which is running in Android and iOS perfectly, I know that a react-native app can run on both platform Mobile and Web. So how can I run my current code on Web or how can I convert the current mobile app to the web app.
I have already installed react-dom, react-native-web but I am not getting any success.