react-native-responsive-screen
react-native-responsive-screen copied to clipboard
Status bar height not excluded from screen height in android
Hi. I found an issue in height calculation for android. There is a known issue for android height definition.
Reference: https://qiita.com/uutarou10/items/1aad5fd2d03fb54e0dbf
For iOS, height of window and screen is the same.
But for android it isn't. See picture below.
So, for android, we must exclude statusbar height from screenHeight.
I'll soon send a PR to fix this issue.
Thanks a lot for your contribution @Hinaser . Will have a look and we 'll proceed with that.
Any news about that ? Thanks !