react-native-extra-dimensions-android
Advanced tools
Comparing version 0.21.0 to 0.22.0
@@ -11,5 +11,5 @@ const React = require('react'); | ||
} else { | ||
console.warn('react-native-extra-dimensions-android is only available on Android'); | ||
module.exports = { | ||
get(dim) { | ||
console.warn('react-native-extra-dimensions-android is only available on Android'); | ||
return 0; | ||
@@ -16,0 +16,0 @@ } |
{ | ||
"name": "react-native-extra-dimensions-android", | ||
"version": "0.21.0", | ||
"version": "0.22.0", | ||
"description": "Access additional display metrics on Android devices: status bar height, soft menu bar height, real screen size.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,1 +1,2 @@ | ||
## ExtraDimensions | ||
@@ -26,6 +27,6 @@ | ||
2. link using rnpm | ||
2. linking | ||
``` | ||
rnpm link react-native-extra-dimensions-android | ||
react-native link react-native-extra-dimensions-android | ||
``` | ||
@@ -32,0 +33,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11461
74