Live data from Hacker News

Expo – Open-source platform for making universal apps for Android, iOS, and web

github.com

21–30 of 172 posts

Re: Expo – Open-source platform for making universal apps for Android, iOS, and web

#21
I'll give another vote for Expo, just a happy user here.

I wrote and released an iOS and Android app a few years ago and used Expo for ease of cross platform and the hosted build system.

I don't use all the fancy OTA updates and what not, but I can definitely recommend Expo as both a beginner to RN and beginner to iOS+Android app dev.

Re: Expo – Open-source platform for making universal apps for Android, iOS, and web

#22

Is there anything equivalent for Vue? I know there was VueNative and NativeScript and there is even Ionic in Vue, but haven't really seen any framework that is either dedicated to Vue or has a strong support for Vue.

The title made me think they were trying to rebrand as not being limited to React Native. I think they are instead trying to market to a wider audience by not mentioning React in their tagline, though.

Re: Expo – Open-source platform for making universal apps for Android, iOS, and web

#25

Is there anything equivalent for Vue? I know there was VueNative and NativeScript and there is even Ionic in Vue, but haven't really seen any framework that is either dedicated to Vue or has a strong support for Vue.

Ionic with Vue works very well.

I was afraid because of the Angular roots but the docs (and typescript support) are top notch for Angular/React/Vue.

I could basically transfer all my Vue knowledge (and code).

Re: Expo – Open-source platform for making universal apps for Android, iOS, and web

#26
post #6

works until you need to use a native library that hasn't been ported for Expo, then you need to eject. I would only consider Expo for POC/MVP

At my last job last year there was many React Native libs (I remember Firebase) our front-end dev couldn't use "because of Expo".

Maybe that's better now?

Re: Expo – Open-source platform for making universal apps for Android, iOS, and web

#27

I've used Expo going on 3 years now, their development team is incredible. There are very few reasons to use base react-native over Expo anymore; They make upgrades to new RN versions easier, can support any custom native libraries, have an awesome build service (EAS), support OTA updates, their docs are great... I could go on and on. If you're a RN dev and haven't tried out Expo in the past year I highly recommend g…

widgets!

Re: Expo – Open-source platform for making universal apps for Android, iOS, and web

#29
post #15

Tbh, I liked expo, but since you cannot build locally nowdays (you can eject and build, but that won't work 99% of the time, literally didn't work for me on the hello world example), I kinda just threw it in the "cool, but won't use" bucket for time beeing :/, could change in the future, but I don't know how I feel about 3d party service (EAS) building my app and holding my signing certificates (yet)

I got a bit this feeling when I tried to run the app locally offline during a flight and couldn't, because the client could not call home.

Turns out the client needs an --offline flag to so so, and I got a bit creeped out to have such a dependency.

Re: Expo – Open-source platform for making universal apps for Android, iOS, and web

#30
post #15

Tbh, I liked expo, but since you cannot build locally nowdays (you can eject and build, but that won't work 99% of the time, literally didn't work for me on the hello world example), I kinda just threw it in the "cool, but won't use" bucket for time beeing :/, could change in the future, but I don't know how I feel about 3d party service (EAS) building my app and holding my signing certificates (yet)

Based on our experience with, well, everything, even if local build is currently possible, we KNOW it's going to be removed later on.
Post reply on HN