Expo – Open-source platform for making universal apps for Android, iOS, and web
1–10 of 172 posts
Re: Expo – Open-source platform for making universal apps for Android, iOS, and web
#2Re: Expo – Open-source platform for making universal apps for Android, iOS, and web
#3i used this for my startup years ago, nice to see its still going strong
I'm considering RN right now. Wondering whether to start from scratch or not. People refer to issues "ejecting" from Expo but those issues are vague and go back years.
Any concerns or experiences on your end that make it a good or bad option?
Re: Expo – Open-source platform for making universal apps for Android, iOS, and web
#4i used this for my startup years ago, nice to see its still going strong
Any major issues? I'm considering RN right now. Wondering whether to start from scratch or not. People refer to issues "ejecting" from Expo but those issues are vague and go back years. Any concerns or experiences on your end that make it a good or bad option?
Re: Expo – Open-source platform for making universal apps for Android, iOS, and web
#5Re: Expo – Open-source platform for making universal apps for Android, iOS, and web
#6Re: Expo – Open-source platform for making universal apps for Android, iOS, and web
#7works 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
Re: Expo – Open-source platform for making universal apps for Android, iOS, and web
#8i used this for my startup years ago, nice to see its still going strong
Any major issues? I'm considering RN right now. Wondering whether to start from scratch or not. People refer to issues "ejecting" from Expo but those issues are vague and go back years. Any concerns or experiences on your end that make it a good or bad option?
Re: Expo – Open-source platform for making universal apps for Android, iOS, and web
#9Re: Expo – Open-source platform for making universal apps for Android, iOS, and web
#10works 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
With the "prebuild" workflow you can regenerate your iOS and Android projects anytime you need. And set up scripts for adding external libraries in the process.
It is more work to set up over just altering the native projects, but the result is rather nice.
I've never felt 100% confident that react native project folders wouldn't break for arbitrary reasons. Being able to so easily start over is very useful.