PedroBern / react-native-collapsible-tab-view

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

useTabsContext must be inside a Tabs.Container #225

Closed doolb14 closed 2 years ago

doolb14 commented 2 years ago

Hi, when I'm trying to use "useAnimatedStyle" hook in js, I'm getting "useTabsContext must be inside a Tabs.Container" error. I tried following this example but still couldn't make it work

andreialecu commented 2 years ago

This might help: https://github.com/PedroBern/react-native-collapsible-tab-view/issues/219#issuecomment-1013671098

deleonjuan02 commented 8 months ago

This might help: #219 (comment)

This is not helpfull at all, What's the root cause of useTabsContext must be inside a Tabs.Container issue? and what's exactly the solution???