okwasniewski / react-native-bottom-tabs

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

feat: support hiding tabs #111

Closed okwasniewski closed 2 weeks ago

okwasniewski commented 2 weeks ago

This PR should close #41

It adds new option for routes namely hidden: boolean.

Users can pass hidden: true (we can also make tabBarButton: () => null; work if necessary) and the tab is hidden until user navigates to it programatically, when he leaves the tab it disappears.

iOS

https://github.com/user-attachments/assets/13aa9037-894f-498a-b010-ebc86f0a3372

Android

It's 1:1 match with JS bottom tabs behaviour

https://github.com/user-attachments/assets/7ccd7298-c1b0-46ac-bb30-359e3bb2b2f7