DEV Community

Sunny Praksah
Sunny Praksah

Posted on

Add Eat Repeat

This lockdown has given us opportunity to invest time in ourselves, explore, learn and create things. Well this app is on of those good things. Take a look here
https://play.google.com/store/apps/details?id=com.insu.sunny.addeatrepeat

Last time i created an app with react-native-cli. Apart from code writing i had to take care of several other things. Well this time things changed. I tried my hands on Expo and its managed work flow. I was pretty impressed the way Expo hold your hands from development environment till app store bundle generation with via their extensive doc. Only downside was the size of the app.

Do you think Expo is worth exploring? Would you prefer it over vanilla react-native-cli?

Top comments (1)

Collapse
 
seanmclem profile image
Seanmclem

I think it's a great way to start a react native app. Even if you eventually want more control and smaller bundle sizes - you can always eject. Comes with great support for react native web. It's improved a lot over the past year