PedroBern / react-native-collapsible-tab-view

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

PullToRefresh Above Header or Below Header #122

Open alexpchin opened 3 years ago

alexpchin commented 3 years ago

V3 of the library by default showed the PullToRefresh above the header whereas v4 shows it below. It would be good to be able to have a prop to change this behaviour. I guess this could be implemented similar to the idea of a shared PullToRefresh.

Instagram Style (above):

Twitter Style (below)