Search code examples
reactjsreact-nativenative-basereact-native-paper

React Native performance for UI libraries. Which should I use : Native base vs React-Native paper?


I am developing an android app using React-Native. I bumped into two UI libraries: React-Native paper and Native-base. I have noticed that my app is slow when I am debugging and I am worried about which of these two libraries has a better performance.

Please assist/recommend.


Solution

  • It depends upon UI requirements in your app. Native base is a large library and has lots of stable cross-platform features hence its build size is also large.

    You can compare build size of both UI libraries here https://bundlephobia.com I have compared and got the following results: for Native base view native base build size

    for RN paper view RN paper build size