ScrollView#onContentSizeChange

onContentSizeChange function Called when scrollable content view of the ScrollView changes. Handler function is passed the content width and content height as parameters: (contentWidth, contentHeight) It's implemented using onLayout handler attached to the content container which this ScrollView renders.

ProgressViewIOS#progressViewStyle

progressViewStyle enum('default', 'bar') The progress bar style.

Animated.delay()

static delay(time) Starts an animation after the given delay.

ListViewDataSource#getSectionLengths()

getSectionLengths() Returns an array containing the number of rows in each section

SegmentedControlIOS#momentary

momentary bool If true, then selecting a segment won't persist visually. The onValueChange callback will still work as expected.

Animated#ValueXY

ValueXY: AnimatedValueXY 2D value class for driving 2D animations, such as pan gestures. class AnimatedValue Standard value for driving animations. One Animated.Value can drive multiple properties in a synchronized fashion, but can only be driven by one mechanism at a time. Using a new mechanism (e.g. starting a new animation, or calling setValue) will stop any previous ones. Methods constructor(value) setValue(value) Directly set the value. This will stop any animations running on th

TextInput#style

style Text#style Styles

Picker#prompt

androidprompt string Prompt string for this picker, used on Android in dialog mode as the title of the dialog.

RefreshControl#refreshing

refreshing bool Whether the view should be indicating an active refresh.

MapView#showsPointsOfInterest

iosshowsPointsOfInterest bool If false points of interest won't be displayed on the map. Default value is true.