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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of react-native-responsive-screen!