Hacker News new | ask | show | jobs
by cvburgess 1557 days ago
My team wrapped an ambitious RN project over the last 6 months and had no such issues. We actually migrated from "vanilla" RN to the latest Expo release as EAS allows you to use native code and do nearly anything you could do with vanilla.

Every codebase is unique, but I would (and have) recommended this stack to multiple teams as it served us really well.

We onboarded 3 React devs - 2 of which had never used RN before and all 3 were pushing out features within a two week sprint.

We also got to scan a QR code from a GitHub PR and allowed other engineers, QA folk, and designers to test PRs before merging on a real physical device - I am not sure if Flutter has something similar, but the tooling around RN is amazing.

Also, LogRocket, Sentry, LaunchDarkly, Auth0 and most of the SaaS tools youre familiar with in React have solid ReactNative support - often times including web if you use RNW.