DEV Community

Discussion on: How to create React Native App for Android, iOS and Web without Expo

Collapse
 
criszz77 profile image
criszz77

This is a very hard and messy way to get it started. You can use react-scripts which have react-native-web support. I created a react-native-web template which also has web configurations for important libraries like react-navigation and react-native-vector-icons using CRACO to override react-scripts web pack config without ejecting.

github.com/plaut-ro/luna