Peter Kim pfp
Peter Kim
@peter
App developers of FC, do you prefer Expo or React Native? Looking to build a simple consumer social app with not many (if any) native iOS integrations. Background: Haven’t built iOS apps since using Objective-C ~7 years ago. Want to avoid ramp up time of learning Swift.
17 replies
0 recast
0 reaction

Varun Srinivasan pfp
Varun Srinivasan
@v
do you mean writing RN raw vs writing RN with expo? strongly recommend the latter cc @nickcherry who may also have thoughts
2 replies
0 recast
0 reaction

Nick Cherry pfp
Nick Cherry
@nickcherry
Totally agree. Once upon a time (2-3 years ago?) it was common knowledge to use vanilla RN for any non-toy app, as you would eventually need to eject from Expo in order to install custom native dependencies.
1 reply
0 recast
0 reaction

Nick Cherry pfp
Nick Cherry
@nickcherry
Nowadays, you can do pretty much anything with an Expo app that you can with a vanilla RN app, but can opt into additional Expo services like OTA updates, push notifications, automated builds/submissions, etc.
1 reply
0 recast
0 reaction

Nick Cherry pfp
Nick Cherry
@nickcherry
Downsides of Expo that come to mind are that you'll always be a little behind the latest RN version (tho Expo team is generally very good about incorporating ASAP) and that the Expo SDK is one more set of dependencies you'll have to worry about when upgrading (which is notoriously painful in RN)
1 reply
0 recast
0 reaction