react-native-pixels
Version:
Working with different pixel ratios is a bitch. With react native pixels (RNP), set the pixel ratio you want to work in and RNP will scale up or down accordingly.
18 lines (17 loc) • 431 B
JSON
{
"name": "react-native-pixels",
"version": "0.0.1",
"description": "Working with different pixel ratios is a bitch. With react native pixels (RNP), set the pixel ratio you want to work in and RNP will scale up or down accordingly.",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"keywords": [
"react",
"native",
"pixel",
"ratio"
],
"author": "Andrew Tetnowski",
"license": "ISC"
}