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

how to import `useCurrentTabScrollY`

Open phuocantd opened this issue 3 years ago • 2 comments

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",

phuocantd avatar Aug 19 '22 07:08 phuocantd

https://github.com/PedroBern/react-native-collapsible-tab-view/blob/main/example/src/AnimatedHeader.tsx

phuocantd avatar Aug 19 '22 07:08 phuocantd

same problem import { useCurrentTabScrollY } from '../../src/hooks' is nothing what your mean?

Bimbimz avatar Sep 17 '22 18:09 Bimbimz

@alexpchin when I use useTabsContext then error: useTabsContext must be inside a Tabs.Container

image

phuocantd avatar Oct 03 '22 04:10 phuocantd

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

nica0012 avatar Aug 02 '23 16:08 nica0012