PedroBern / react-native-collapsible-tab-view

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

[EXPO] Issue with tab scrolling to 0 and removing RefreshControl #128

Open alexpchin opened 3 years ago

alexpchin commented 3 years ago

When pulling to refresh tabs on iOS, sometimes the tabs scrollTo 0 and then remove the refresh control. As per this video:

video0.mp4.zip

This issue is created by:

scrollTo(refMap[name], 0, 0, true, `[${name}]: ios reset`)

Removing it (pushed in rc.6) does seem to resolve the issue. However, @andreialecu says that there is still a problem occuring on Expo, so I'm adding the issue here.