react-native-collapsible-tab-view
react-native-collapsible-tab-view copied to clipboard
Access `JumpToTab` from a hook
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.