react-native-expo-viewport-units
Version:
Viewport units: vw, vh, vmin, vmax - React Native.
46 lines (45 loc) • 891 B
JSON
{
"name": "react-native-expo-viewport-units",
"version": "0.0.8",
"description": "Viewport units: vw, vh, vmin, vmax - React Native.",
"license": "MIT",
"author": {
"name": "Joe Takara",
"url": "anuchit.boonsom@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/joetakara/react-native-expo-viewport-units.git"
},
"main": "index.js",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"eslint": "^4.0.0",
"eslint-plugin-react": "^7.0.0"
},
"keywords": [
"react",
"react-native",
"react-component",
"react native",
"react-native-expo",
"react native expo",
"expo",
"viewport",
"units",
"vw",
"vh",
"vmin",
"vmax",
"css",
"style",
"relative",
"responsive",
"ios",
"android"
]
}