TabNavigator and iPhone X [SOLVED]

Hi. How can I do to hide the empty zone in iPhone X on TabNavigator? In another devices don’t happen the same. (I’m using React-Navigation)

TabNavigator%20iPhone%20X

Thanks.

I solved it changing the tabbarposition:

tabBarPosition: Platform.OS === ‘android’ ? ‘top’ : ‘bottom’,

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.