react-native-extra-dimensions-android icon indicating copy to clipboard operation
react-native-extra-dimensions-android copied to clipboard

Cannot get height value. ExtraDimensions.getRealWindowHeight() give empty value.

Open aibrahim3546 opened this issue 5 years ago • 0 comments

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

aibrahim3546 avatar Nov 04 '19 09:11 aibrahim3546