react-native-responsive-screen is a small library that provides 2 simple methods so that React Native developers can code their UI elements fully responsive. No media queries are needed. It also provides an optional third method for screen orientation detection and automatic rerendering according to new dimensions. After the package has been installed, when the application loads (in real device and/or emulator), it detects the screen's width and height. I.e. for Samsung A5 2017 model, it detects width: 360DP and height: 640DP (these are the values without taking into account the device's scale factor).
Features
- You can use this package along with styled-components
- There are 2 more methods to use if you want to support responsiveness along with orientation change
- The suggested approach is to start developing from larger screens (i.e. tablets)
- You can also provide decimal values to these 2 methods
- Methods widthPercentageToDP and heightPercentageToDP can be used for any style (CSS) property that accepts DP as value
- The package exposes 2 basic methods: widthPercentageToDP and heightPercentageToDP.
Categories
LibrariesLicense
MIT LicenseFollow react-native-responsive-screen
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of react-native-responsive-screen!