Package-level declarations

Types

Link copied to clipboard
interface FpsListener
Link copied to clipboard

Android has a bug where onScrollChanged is called twice per frame with the same params during flings. We hack around that here by trying to detect that duplicate call and not dispatch it. See https://code.google.com/p/android/issues/detail?id=39473

View manager for ReactHorizontalScrollContainerView components.

Link copied to clipboard
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.
Link copied to clipboard

Helper class that deals with emitting Scroll Events.

Link copied to clipboard

A event dispatched from a ScrollView scrolling.

Link copied to clipboard

Scroll event types that JS module RCTEventEmitter can understand