RefreshControl#colors

androidcolors [color] The colors (at least one) that will be used to draw the refresh indicator.

ListView#onEndReached

onEndReached function Called when all rows have been rendered and the list has been scrolled to within onEndReachedThreshold of the bottom. The native scroll event is provided.

TextInput#selectionState

iosselectionState DocumentSelectionState See DocumentSelectionState.js, some state that is responsible for maintaining selection information for a document

View#onLayout

onLayout function Invoked on mount and layout changes with {nativeEvent: { layout: {x, y, width, height}}}. This event is fired immediately once the layout has been calculated, but the new layout may not yet be reflected on the screen at the time the event is received, especially if a layout animation is in progress.

Text#numberOfLines

numberOfLines number Used to truncate the text with an ellipsis after computing the text layout, including line wrapping, such that the total number of lines does not exceed this number.

LayoutAnimation#configChecker

configChecker: CallExpression

SliderIOS#maximumTrackTintColor

maximumTrackTintColor string The color used for the track to the right of the button. Overrides the default blue gradient image.

TextInput#onBlur

onBlur function Callback that is called when the text input is blurred

ListViewDataSource#getRowAndSectionCount()

getRowAndSectionCount()

Animated#flattenOffset()

flattenOffset() Merges the offset value into the base value and resets the offset to zero. The final output of the value is unchanged.