DEV Community

Richard Lindhout
Richard Lindhout

Posted on

One command to start your React Native Web project with Fast Refresh πŸ‘ πŸ‘Œ

Share more than 90% of your code across iOS, Android and the web πŸ‘ πŸ‘Œ!

If you want to run React Native on the web here is a simple starting point which you can use. We use React Native Web in a few production apps and it's also used in the new Twitter web-application so check it out.

You only need to run this (it will run the latest cli tools of react-scripts and react-native cli)

npx create-react-native-web-application --name=myapp

https://github.com/web-ridge/create-react-native-web-application

Top comments (0)