New Architecture is here
reactnative.dev
New Architecture is here
1–10 of 127 posts
Re: New Architecture is here
#2Re: New Architecture is here
#3Is there any sane way of using RN without locking into the Expo ecosystem? Last I checked it was a nightmare dealing with native dependencies otherwise.
Re: New Architecture is here
#4Re: New Architecture is here
#5It's often times fine on iOS and then incredibly slow on Android. Hermes is very exciting but still requires many polyfills to make simple NPM packages work. I hope one day, the web (and embedding web apps on mobile) makes React Native fully obsolete.
Re: New Architecture is here
#6Is there any sane way of using RN without locking into the Expo ecosystem? Last I checked it was a nightmare dealing with native dependencies otherwise.
I've only used Expo during hackathons and university to quickly get something running, but for actual production apps it's should be avoided imo.
Re: New Architecture is here
#7Is there any sane way of using RN without locking into the Expo ecosystem? Last I checked it was a nightmare dealing with native dependencies otherwise.
- Easier in the long run
- You're able to ship a far more featureful application if you deal with media and/or VoIP
- Passing apples reviews seem to be faster if you ship the modules yourself in my experience
Re: New Architecture is here
#8Is there any sane way of using RN without locking into the Expo ecosystem? Last I checked it was a nightmare dealing with native dependencies otherwise.
Been working on one RN project Expo-free since 0.6x. It's really not needed at all, neither is it complicated to set up without Expo. I've only used Expo during hackathons and university to quickly get something running, but for actual production apps it's should be avoided imo.
Re: New Architecture is here
#9I've used React Native quite a bit in the past and I gotta say I wish it didn't have to exist at all. It's often times fine on iOS and then incredibly slow on Android. Hermes is very exciting but still requires many polyfills to make simple NPM packages work. I hope one day, the web (and embedding web apps on mobile) makes React Native fully obsolete.
That's interesting though, I would've expected iOS to be slower with android largely leveraging chrome because Google.