@dyihv
Quick update on React Native with Expo.
The good 😇
- Three platforms. One codebase
- Very dev friendly CLI. You can easily run an emulator (Android), simulator (iOS) and web. No need of Xcode or Android Studio
- EAS can do the heavy lifting for you for deployments
The not so good 😈
- Heavy size for a simple "Hello World" app
- Some packages are not available for the 3 platforms and require special handling and/or installing dependencies.
- If you require native packages, you’ll have to eject to a bare workflow.