Sunhat / react-native-extra-dimensions-android

Access additional display metrics on Android devices: status bar height, soft menu bar height, real screen size.
ISC License
430 stars 131 forks source link

Fixed build issue and hasPermanentMenuKey() returning the wrong value #51

Closed mathieubruguier closed 5 years ago

mathieubruguier commented 5 years ago

There was a build issue in the latest version because resources wasn't being defined:

image

Also fixed a new issue that also appeared with 5b3e14e057afaac898057feaa4109f2963c43970 where hasPermanentMenuKey() started returning the exact opposite value (it returned if the phone had a navigation bar instead of a permanent menu key).