Consider Android 9&10 bottom controls.
SirCameron opened this issue · 1 comments
SirCameron commented
Feature Request
Currently the android bottom controls (not sure what to call them) are not considered.
They really need to be.
In the screenshot, a container View within the SafeAreaView has a red border. It can be seen going under the system UI controls.
Why it is needed
Well because one should be able to create an app where the safe view considers that inset :/
Possible implementation
I'm not sure how this could be implemented. I'm not familiar with the internals.
SirCameron commented
Sorry, this was my error. I was using Dimensions to get the height of the screen but was using 'screen' instead of 'window' which does not consider the navigation bar.
Hopefully this can help someone else.