PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
829 stars 160 forks source link

Add Current Tab View Prop #243

Open waleedshkt opened 2 years ago

waleedshkt commented 2 years ago

Feature request

For programmatically setting the active tab view easily, a prop like activePage, currentPage or simply page will be very helpful.

Current behavior

No easy way to set current tab view programmatically. There're only onIndexChange and onTabChange for updating other components/ states when tab view is changed.