I just released my first expo app
Wanted to share my beginner success of a minimalistic stock app - Vestoi.
I was learning programming for about a year, it took me about 2 weeks for this - learning React Native and Expo to release this simple app. (My state management level is at freeCodeCamp.com)
I was making a similar app with native iOS (SwfitUI), so I have the idea and prototype already, just need to rebuild this with JavaScript. And I wanted to try out Expo because I was using 3rd party local persistent and cloud sync for my native app anyway, so why not Expo, better yet, it can serve Android as well?
Hiccups for debugging
I had a major setback after I released the first version, it was a beginner mistake, so I try to fix it. But then it causes another problem I couldn't fix, very annoying. After more than 30 hours, I just rolled back and restart from there. The debugging is not as easy as native.
Like Expo overall
It is easy and well-equipped. This is the first time I'm actually producing something with JavaScript/ React.
What do you think?