PedroBern / react-native-collapsible-tab-view

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

useFocusedTab does not return the right tab after navigating to and back to screen #299

Open MohidAliGill opened 2 years ago

MohidAliGill commented 2 years ago

useFocusedTab returns the correct tab in focus until you navigate to some other screen and come back, As soon as you come back for eg: the tab in focus is second or third as the user may have navigated from, but the useFocusedTab always returns the first tab.