What are the problems of React Native?
12 Apr 2023
In short, React Native is an app that works on top of native APIs. However, one of the biggest problems was that React Native application can be ported at all and can be used as-is. Whereas, in native applications, one needs to create components in native code for each supported application scenario. Although React Native framework creates native components, but in React Native framework application does not provide a fully native implementation. Even for native components, there is a certain level of indirection. I would recommend developers create native components in React Native framework native components simply because native components are used in most native apps.