Blog

@stevex @kyle As someone who has written a ton of RN code and is building iOS native features inside a RN app, I don’t know this is true.

RN is great for the kinds of apps that are essentially websites, or use few device features. If you need to use more than a few 1st party APIs in your app, you end up with code attempting to unify iOS and Android SDKs that has strange assumptions and bugs in.
The maintenance, IMO, makes it a poor choice for sustainability.