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 140 forks source link

Proposed new feature GetScreenType() which returns XS,SM,M,L #110

Closed markybry closed 1 year ago

markybry commented 3 years ago

Could this package be modified to return the screen size type. Something along the lines of XS,SM,M,L to facilitate different layouts depending on screen size. For example I would like to hide a section of my UI on small screens.