react-native-safe-area-context
react-native-safe-area-context copied to clipboard
Issue with react navigation bottom tab - tabs not clickable android
Hello. In a project with react-native-safe-area-context version 0.7.3 all works but with the latest version I have a big issue on android devices. The clickable area of bottom tabs is reduced to the top only ( you can take a look at the image ). I am not sure what I can do to fix this ( reverting back is not an option as we use a lot of the latest options provided by react-native-safe-area-context ). Any advice pls pls...
Further investigation shows that bottom bar is hidden by soft android navigation... any advice?
It seems removing status bar translucent fix somehow issue...
Removing status bar translucent still not working for me, any ideas or solution? Thanks!
Any updates on this topic?
@Jalson1982 we found the problem and managed to resolve this issue yesterday. It was caused by ModalProvider from react-native-modalfy package ( https://github.com/colorfy-software/react-native-modalfy )
The problem was resolved in the latest update of the package and most likely their backdrop heigh issue from using window instead of screen dimensions for calculating the size of it.
This is for v3 of the library, and we're on v4. Please re-open a new issue if you're still facing issues