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
atlasmoth
@osuji.eth
For native packages, you can also use an expo dev build, only gotcha is if you need to do a ton of builds very quickly you may need to pay to avoid very long queues
1 reply
0 recast
0 reaction
Jorge Pablo Franetovic 🎩
@jpfraneto.eth
keep it going please 88 $degen
2 replies
0 recast
0 reaction
Liang @ degencast.wtf 🎩
@degencast.eth
@bufan @shixuewen
1 reply
0 recast
0 reaction
Jack Dishman
@dish
This week I’m learning react native expo as well! Currently about halfway through the ‘StickerSmash’ tutorial. So far the testing experience with scanning a QR from the terminal to live test changes is awesome. Also I’m glad it’s familiar coming from react. Biggest learning curves will be learning the libraries like reanimated for gestures
1 reply
0 recast
0 reaction
Elie
@elie
Think things have changed regarding the eject. Farcaster uses expo and native packages without eject from what I understand. Eject is what was needed in the past and was a pain and the main reason not to use expo back then. I haven’t used the latest versions with pre build myself though.
1 reply
0 recast
0 reaction