PedroBern / react-native-collapsible-tab-view

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

fix: rework contentHeights to use a shared value #146

Closed andreialecu closed 3 years ago

andreialecu commented 3 years ago

Fixes #145

andreialecu commented 3 years ago

@alexpchin please give this a try:

react-native-collapsible-tab-view-v4.0.0.tgz.zip

alexpchin commented 3 years ago

Thanks for the assist @andreialecu I'll just installed it seems to fix the issue.

Just a note, I was previously on ^4.0.0-rc.11 so this zip broke my CenteredEmptyList implementation (as per the example code) as useTabsContext is not exported. I can update to useHeaderMeasurements but the example will need to be updated too I believe?

andreialecu commented 3 years ago

Fixed the example in 9419228 (#146)

andreialecu commented 3 years ago

Released as 4.0.1