react-native-extra-dimensions-android
react-native-extra-dimensions-android copied to clipboard
Access additional display metrics on Android devices: status bar height, soft menu bar height, real screen size.
While testing in Pixel 3a XL device the `SOFT_MENU_BAR_HEIGHT` is returning 0. It is working fine in Version 1.2.2.
Hi Thank you for provide this open source library! I have enjoyed using it. I was wondering if you could add typescript declaration file that we could download as part...
Thank you for this library! I can see there is already a type definition but not in npm distribution. Could you publish that one too? Thanks!
Hi, we get warning `The following packages use deprecated "rnpm" config that will stop working from next release`... I see you have setup the new config file in master, but...
With the latest patch and the fix for notched devices i get mixed results. I want the available screen height with a translucent statusbar. So that should be the actual...
As stated in this link: https://www.jianshu.com/p/e164dec92bd8 The soft menu key (also known as Action Bar) is not only controlled by: `config_showNavigationBar ` but also: `qemu.hw.mainkeys` The previous code will cause...
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...
 React-native version 0.61.1 I am using the https://github.com/react-native-community/react-native-modal. ``` const deviceWidth = ExtraDimensions.get('window').width; const deviceHeight = Platform.OS === 'ios' ? ExtraDimensions.get('window').height : ExtraDimensions.getRealWindowHeight(); ```
Android build fail, please help A problem occurred evaluating project ':react-native-extra-dimensions-android'. > Cannot get property 'compileSdkVersion' on extra properties extension as it do es not exist Environment: OS: Windows 7...