okwasniewski / react-native-bottom-tabs

Native Bottom Tabs for React Native
https://okwasniewski.github.io/react-native-bottom-tabs/
MIT License
619 stars 24 forks source link

fix: change ignoresTopSafeArea defalt to true in order to match JS Tabs #127

Closed okwasniewski closed 2 weeks ago

okwasniewski commented 2 weeks ago

This PR changes ignoresTopSafeArea prop to true by default in order to match behavior from JS tabs.

In 95% of cases users needed to add ignoresTopSafeArea anyways.