Skip to content
Advertisement

React Native BottomTabNavigator remove white space

I’m facing a problem with my Bottom Tab Navigator. I get a white space between my tabs and the end of the screen of my iPhone 11 Simulator. On a iPhone 8 Simulator I don’t have these white space. There is also a small white space above the Tabs. How can I remove this space? I’m not able to find a solution and I’m running out of time. Thanks!enter image description here

enter image description here

This is my implementation so far:

DetailsNavigation.js

JavaScript

DetailsNavigation.js is implemented here:

WorkersNavigation.js

JavaScript

Advertisement

Answer

I think you are wrap outside of WorkersNavigation like this

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement