I'm new to react-native and am trying to render a bottom nav bar. I've noticed that the components don't render how I want them to on Android because of the way that the native navigation buttons (back, home, menu(?)) are 'on screen' for some devices. This obviously isn't the case with iPhones. Therefore my Navbar looks quite bad on Android, half of it is cut off basically and 'hidden' behind the buttons (see screenshots).
I know that there are ways to use SafeAreaView, however doing this simply rendered my nav bar to the top of the screen... I wasn't able to get it back down. I tried padding, but this is the also reflected onto the iOS version... so no go.
Just wondering if there is something I can do about it? I've looked online but my searches have come up black.
I made a screenshot of how it should look and how it actually looks. You'll notice that the text on the nav bar is almost 'off screen'.
In case someone knows how to fix this, please let me know :)
Thanks for your help!