Closed okwasniewski closed 2 weeks ago
This PR should close #41
It adds new option for routes namely hidden: boolean.
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.
hidden: true
https://github.com/user-attachments/assets/13aa9037-894f-498a-b010-ebc86f0a3372
It's 1:1 match with JS bottom tabs behaviour
https://github.com/user-attachments/assets/7ccd7298-c1b0-46ac-bb30-359e3bb2b2f7
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