PedroBern / react-native-collapsible-tab-view

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

Custom RefreshControll #421

Open wyrainmonkey opened 2 weeks ago

wyrainmonkey commented 2 weeks ago

How to add a custom pull-down refresh on Android. On iOS, I can directly use this third-party @sdcx/pull-to-refresh RefreshControl to replace RefreshControl. On Android, if I use @sdcx/pull-to-refresh RefreshControl, the list will not be displayed. , please tell me how to add a sub-custom drop-down refresh component to this component. This drop-down component needs to have elastic effects on Android just like iOS.