react-native-px2dp

1.1.0 • Public • Published

react-native-px2dp

pixels convert to density-independent pixels.

Default UI Size

Default UI design size is based on 1280x720.

Installation

npm install react-native-px2dp --save

Usage

import px,{px2dp} from 'react-native-px2dp';
const style = {
    width: 720 * px,//UI height size is 1280.
}
const otherStyle = {
    width: 720 * px2dp(480),//UI height size is 960. 
}

Package Sidebar

Install

npm i react-native-px2dp

Weekly Downloads

8

Version

1.1.0

License

MIT

Last publish

Collaborators

  • unadlib