img

What are the prob­lems of React Native?

12 Apr 2023

In short, React Native is an app that works on top of native APIs. How­ev­er, one of the biggest prob­lems was that React Native appli­ca­tion can be port­ed at all and can be used as-is. Where­as, in native appli­ca­tions, one needs to cre­ate com­po­nents in native code for each sup­port­ed appli­ca­tion sce­nario. Although React Native frame­work cre­ates native com­po­nents, but in React Native frame­work appli­ca­tion does not pro­vide a ful­ly native imple­men­ta­tion. Even for native com­po­nents, there is a cer­tain lev­el of indi­rec­tion. I would rec­om­mend devel­op­ers cre­ate native com­po­nents in React Native frame­work native com­po­nents sim­ply because native com­po­nents are used in most native apps.

Frequently Asked Questions

Share this post :