PedroBern / react-native-collapsible-tab-view

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

fix: switching lazy tabs sometimes jumps scroll position on ios #120

Closed andreialecu closed 3 years ago

andreialecu commented 3 years ago

This delays handling scroll events until after the scroll controls are mounted.

Otherwise we receive a scroll event for the initial scroll position (via contentOffset), and this can create a race condition with the scroll position jumping around.