progress number The progress value (between 0 and 1).
getSectionIDForFlatIndex(index) Gets the sectionID at index provided if the dataSource arrays were flattened, or null for out of range indexes.
removeListener(id)
testID string Used to locate this view in end-to-end tests.
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)
getRowIDForFlatIndex(index) Gets the rowID at index provided if the dataSource arrays were flattened, or null of out of range indexes.
ioscontentOffset PointPropType Used to manually set the starting scroll offset. The default value is {x: 0, y: 0}.
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.
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.
onMoveShouldSetResponderCapture function
Page 20 of 64