Content
@
0 reply
0 recast
2 reactions
LΞovido 🎩Ⓜ️🍖🌱
@leovido.eth
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. This means you have to manually manage the configuration of your app. While this gives you more control and flexibility, it also adds extra responsibility.
6 replies
1 recast
10 reactions
Samuel
@samuellhuber.eth
- If you require native packages, you’ll have to eject to a bare workflow. doesn't Prebuild solve this by precompiling the native? so expo flow with native? https://docs.expo.dev/workflow/prebuild/
1 reply
0 recast
1 reaction
LΞovido 🎩Ⓜ️🍖🌱
@leovido.eth
Ah! Haven't dug that deep yet Thanks for sharing
0 reply
0 recast
1 reaction