react-native-status-bar-height
Version:
Get status bar height for React Native App
30 lines (29 loc) • 784 B
JSON
{
"name": "react-native-status-bar-height",
"version": "2.6.0",
"description": "Get status bar height for React Native App",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ovr/react-native-status-bar-height.git"
},
"keywords": [
"react-native"
],
"author": "Dmitry Patsura <talk@dmtry.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ovr/react-native-status-bar-height/issues"
},
"homepage": "https://github.com/ovr/react-native-status-bar-height#readme",
"devDependencies": {
"flow-bin": "^0.104",
"react-native": "^0.60.4",
"typescript": "^3.3.3333"
}
}