You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: