react-native-extra-dimensions-android
Version:
Access additional display metrics on Android devices: status bar height, soft menu bar height, real screen size.
29 lines (28 loc) • 676 B
JSON
{
"name": "react-native-extra-dimensions-android",
"version": "1.2.5",
"description": "Access additional display metrics on Android devices: status bar height, soft menu bar height, real screen size.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/Sunhat/react-native-extra-dimensions-android"
},
"files": [
"android",
"index",
"README.md",
"LICENSE"
],
"keywords": [
"react-native",
"react",
"android"
],
"rnpm": {
"android": {
"packageInstance": "new ExtraDimensionsPackage()"
}
},
"author": "Jack Hsu <jack.hsu@gmail.com> (http://jaysoo.ca/)",
"license": "ISC"
}