|
|
|
|
|
by dan_manges
3199 days ago
|
|
We have a 15-person engineering team and converted our mobile app to React Native at the beginning of this year. We do not regret it. Our pace of delivery is much faster with React Native than what we were able to achieve building natively. Our app has over 100 screens, and only needing to implement features once to have them on both platforms is nice. The feedback loop when making code changes is much faster, especially when writing unit tests. There are some rough edges, but the benefits far outweigh the costs for us. Our iOS app: https://itunes.apple.com/us/app/root-car-insurance/id1021256... Our Android app: https://play.google.com/store/apps/details?id=com.joinroot.r... |
|
How's the battery usage of your RN app vs a real native app? Does your app require the latest phone hardware to run with decent performance?