Hacker News new | ask | show | jobs
by farm_code 3381 days ago
How is the maintenance of the app compared to the native code in terms of upgrading?
2 comments

I just spent whole day yesterday trying to upgrade RN0.40 -> RN0.42. It's a nightmare because there are conflicts in xcodeproj file and you have to manually merge them.
It sucks. Their default upgrade tool does more harm than good. Currently I start a new RN project then do a diff to see what I have to update on our actual app. Fun, right?