| Interface | Description |
|---|---|
| FpsListener | |
| ReactScrollViewCommandHelper.ScrollCommandHandler<T> |
| 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.
|
| ReactScrollViewCommandHelper |
Helper for view managers to handle commands like 'scrollTo'.
|
| ReactScrollViewCommandHelper.ScrollToCommandData | |
| ReactScrollViewCommandHelper.ScrollToEndCommandData | |
| 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 | Description |
|---|---|
| ScrollEventType |
Scroll event types that JS module RCTEventEmitter can understand
|