You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Can get the real device height value. using
ExtraDimensions.getRealWindowHeight()
return empty string. Was tested on Pocophone f1.React native version 0.59
The text was updated successfully, but these errors were encountered: