HN user

PestoDrizzle

8 karma

Technical writer and startup fanboy.

Posts9
Comments17
View on HN

"As of today, the only recommended community framework for React Native is Expo. Folks at Expo have been investing in the React Native ecosystem since the early days of React Native and as of today, we believe the developer experience offered by Expo is best in class."

[dead] 2 years ago

There's a lot to keep in mind, and many choices to make when you're starting a new project. Here are some suggestions to help you kickstart your next Expo app.

Learn the fundamentals of React Native development in Expo in this quick breakdown. With Expo, we can build apps for iOS, Android, and the web from a single JavaScript codebase.

[dead] 2 years ago

As a part of SDK 50, Expo introduced the ability to build applications for Apple TV and Android TV that include Expo modules. The blog has a tutorial using the Ignite CLI.

[dead] 2 years ago

expo-camera was getting too complex. There were just too many features that only served a few people but made the app complex.

Looks like they modernized it.

IMO fingerprint is a massive milestone for the whole RN ecosystem as the story has always been 'there's the native part that is hard to compile, the JS part that is easy to compile and swap BUT it's super hard to know for sure that they match unless you build them together which kills the easy to swap part' and now fingerprint is changing it all.

Sounds like this is the 3rd out of 4 releases for Expo Router - and the API Routes are kinda mindblowing. Gonna save so much time/frustration by just being able to make those calls.