Package com.facebook.react.views.scroll
See: Description
-
Interface Summary Interface Description FpsListener ScrollCommandHandler ScrollListener HasScrollState HasFlingAnimator HasScrollEventThrottle -
Class Summary Class Description OnScrollDispatchHelper Android has a bug where onScrollChanged is called twice per frame with the same params during flings. ReactHorizontalScrollContainerView Container of Horizontal scrollViews that supports RTL scrolling. ReactHorizontalScrollContainerViewManager View manager for ReactHorizontalScrollContainerView components. ReactHorizontalScrollView Similar to ReactScrollView but only supports horizontal scrolling. ReactHorizontalScrollViewManager View manager for ReactHorizontalScrollView components. ReactScrollView A simple subclass of ScrollView that doesn't dispatch measure and layout to its children and has a scroll listener to send scroll events to JS. ScrollToCommandData ScrollToEndCommandData ReactScrollViewCommandHelper Helper for view managers to handle commands like 'scrollTo'. ReactScrollViewScrollState ReactScrollViewHelper Helper class that deals with emitting Scroll Events. ReactScrollViewManager View manager for ReactScrollView components. ScrollEvent A event dispatched from a ScrollView scrolling. VelocityHelper This Class helps to calculate the velocity for all ScrollView. -
Enum Summary Enum Description ScrollEventType Scroll event types that JS module RCTEventEmitter can understand