react-native-extra-dimensions-android
react-native-extra-dimensions-android copied to clipboard
Cannot get height value. ExtraDimensions.getRealWindowHeight() give empty value.
Can get the real device height value. using ExtraDimensions.getRealWindowHeight()
return empty string. Was tested on Pocophone f1.
import ExtraDimensions from 'react-native-extra-dimensions-android'
console.log(JSON.stringify(ExtraDimensions)) // return {}, should be returning device height.
React native version 0.59