ProgressViewIOS#progress

progress number The progress value (between 0 and 1).

ListViewDataSource#getSectionIDForFlatIndex()

getSectionIDForFlatIndex(index) Gets the sectionID at index provided if the dataSource arrays were flattened, or null for out of range indexes.

Animated#removeListener()

removeListener(id)

Text#testID

testID string Used to locate this view in end-to-end tests.

WebView#decelerationRate

iosdecelerationRate ScrollView.propTypes.decelerationRate A floating-point number that determines how quickly the scroll view decelerates after the user lifts their finger. You may also use string shortcuts "normal" and "fast" which match the underlying iOS settings for UIScrollViewDecelerationRateNormal and UIScrollViewDecelerationRateFast respectively. - normal: 0.998 - fast: 0.99 (the default for iOS WebView)

ListViewDataSource#getRowIDForFlatIndex()

getRowIDForFlatIndex(index) Gets the rowID at index provided if the dataSource arrays were flattened, or null of out of range indexes.

ScrollView#contentOffset

ioscontentOffset PointPropType Used to manually set the starting scroll offset. The default value is {x: 0, y: 0}.

SliderIOS#trackImage

trackImage Image.propTypes.source Assigns a single image for the track. Only static images are supported. The center pixel of the image will be stretched to fill the track.

Animated.parallel()

static parallel(animations, config?) Starts an array of animations all at the same time. By default, if one of the animations is stopped, they will all be stopped. You can override this with the stopTogether flag.

View#onMoveShouldSetResponderCapture

onMoveShouldSetResponderCapture function