marudy / react-native-responsive-screen

Make React Native views responsive for all devices with the use of 2 simple methods
MIT License
1.55k stars 141 forks source link

Which lib to use? #84

Closed SrBrahma closed 3 years ago

SrBrahma commented 4 years ago

Hello! Just discovered this lib. But, also discovered the https://github.com/nirsky/react-native-size-matters lib.

I know asking here will get biased answers, but, "why should I choose this lib"? What are the differences?

Ajmal0197 commented 3 years ago

Hello! Just discovered this lib. But, also discovered the https://github.com/nirsky/react-native-size-matters lib.

I know asking here will get biased answers, but, "why should I choose this lib"? What are the differences?

I think both libraries are same, but I will go with the lighter library. Use this to check actual bundle size: https://bundlephobia.com/

SrBrahma commented 3 years ago

I ended up using the size-matters libs, as this responsive-screen didn't look good in my app, when testing in different sizes. The size-matters gave me more control about how it was looking.