When using react-native-safe-area-context on Android with edge-to-edge navigation and a transparent system navigation bar, the app layout can be covered by the system bottom navigation (with classic/nav bar buttons). The content does not respect bottom insets and appears under the navigation bar, making UI elements at the bottom inaccessible or hidden.
See the attached screenshot for reference:

When using react-native-safe-area-context on Android with edge-to-edge navigation and a transparent system navigation bar, the app layout can be covered by the system bottom navigation (with classic/nav bar buttons). The content does not respect bottom insets and appears under the navigation bar, making UI elements at the bottom inaccessible or hidden.
See the attached screenshot for reference: