PedroBern / react-native-collapsible-tab-view

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

refactor: polish the api with custom hooks #90

Closed andreialecu closed 3 years ago

andreialecu commented 3 years ago

The api seemed a bit cumbersome with all the animated refs being passed around, so I added some custom hooks.

PR is not yet complete: The documentation needs to be updated, but everything seems to work.