Should I use expo or bare bones react native?

I am creating an app that going to use a few apis, Google maps, navigation, and linking to other website and was wondering if I using expo would be ok for this app or should I use bare bones react native?

Hey @barl,

I think it really comes down to what you are comfortable with in terms of writing code and handling the additional steps beyond writing the app’s code such as building the binary, uploading to the stores, etc.

Workflows - Expo Documentation I would take a read through these docs and see if it helps you land on a decision.

Cheers,
Adam

1 Like

Thank you very much for the help.