fullstack-app icon indicating copy to clipboard operation
fullstack-app copied to clipboard

Use Expo instead of React

Open jonsmirl opened this issue 5 years ago • 0 comments

I would like to suggest using Expo instead of standard React. Expo supports generating web, IOS and Android apps off from a single source code now. That is an extremely useful feature.

I am using Expo currently in my own app without any significant issues. The biggest difference is that you have to use React Native everywhere, not plain React.

Don't worry about the run-time size. When you are ready for production - eject the app and get rid of it.

jonsmirl avatar Aug 06 '20 00:08 jonsmirl