react-native-collapsible-tab-view
react-native-collapsible-tab-view copied to clipboard
how to import `useCurrentTabScrollY`
I want to use useCurrentTabScrollY like Animated Helper example but I cannot import this
Environment "react": "18.2.0", "react-native": "0.69.4", "react-native-collapsible-tab-view": "^4.5.2",
https://github.com/PedroBern/react-native-collapsible-tab-view/blob/main/example/src/AnimatedHeader.tsx
same problem import { useCurrentTabScrollY } from '../../src/hooks' is nothing what your mean?
@alexpchin when I use useTabsContext then error: useTabsContext must be inside a Tabs.Container

How did you get this imported? Am I missing something?