PedroBern / react-native-collapsible-tab-view

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

Access `JumpToTab` from a hook #362

Open ThukuWakogi opened 9 months ago

ThukuWakogi commented 9 months ago

Is there a way to access ref.current?.JumpToTab as a hook. I am trying to navigate to a different tab from a deeply nested component and I would like to avoid prop drilling.