@@ -12,13 +12,6 @@ This module allows you to access additional display metrics on Android devices.
- Smart bar height (MeiZu)
### FORKED
I've forked this from the original repo. Despite finding other repo's that claimed to have fixed this, I ran into issues with React Native 0.29+. The module didn't appear to be registering the same way as the React Native docs instructed.
I hope to keep this repo up to date with the latest version of
### Why?
There is currently a bug in React Native where [`Dimensions.get('window').height` sometimes returns
...
...
@@ -29,13 +22,17 @@ view needs to fill up the real screen size.