forked from Sunhat/react-native-extra-dimensions-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 676 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"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"
}