Native iOS offers far better solutions for creating complex animations when compared to React Native. Also, if you have to use Camera, Touch ID, GPS, etc . for your app, React Native does not offer support for these. You have to use the native framework to access these features.2 Tem 2020
Read moreWhy React Native is not good?
The number one drawback to React Native is performance. It is better than other hybrid tools and web apps, but there’s no getting around the large overhead framework that slows down performance when measured against native apps .
Read moreWhat Cannot be done with React Native?
React Native does not support parallel threading or multiprocessing . React Native consists of single Javascript thread due to which you might observe some slow performance when you want to execute some processes in parallel. Your application might suffer due to this.15 Ara 2021
Read more