Hacker News new | ask | show | jobs
by chrisa 2471 days ago
I love React Native!

That said - if you're not familiar with the JS ecosystem (node_modules, etc), then it can seem a bit overwhelming at first, especially when you encounter configuration or build errors. I don't have any great answers for that except that "it gets easier" with more time and practice.

Also, if you haven't looked at React Native for a couple of years and had a bad experience before - try it again! It's come a really long way in just a few years.

For example: I used to have to worry about cross platform code/libraries working on iOS and not Android - but almost never run into that anymore.