react-native-collapsible-tab-view icon indicating copy to clipboard operation
react-native-collapsible-tab-view copied to clipboard

Access `JumpToTab` from a hook

Open ThukuWakogi opened this issue 1 year ago • 0 comments

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.

ThukuWakogi avatar Aug 09 '23 02:08 ThukuWakogi