标签: javascript react-native scrollview
在React-Native中,如果发生了滚动,我想知道是哪种手势触发导致了它。它是从finger-swipe滚动还是从refs.scrollTo()滚动。
finger-swipe
refs.scrollTo()