Hacker News new | ask | show | jobs
by nwithan8 1062 days ago
That just sounds like React Native with extra steps.
2 comments

It's RN with less (or I guess different) steps, actually; you can skip the bit where you have to manage and build the native parts of your apps, even though with RN that's already minimal, manageable and works out of the box. generally.
I got rid of Expo in an inherited React Native app, and now I have less dependencies to upgrade and less tools to worry about.