ScrollView#alwaysBounceVertical

iosalwaysBounceVertical bool When true, the scroll view bounces vertically when it reaches the end even if the content is smaller than the scroll view itself. The default value is false when horizontal={true} and true otherwise.

DrawerLayoutAndroid#onDrawerOpen

onDrawerOpen function Function called whenever the navigation view has been opened.

AlertIOS.alert()

static alert(title, message?, callbackOrButtons?, type?) Creates a popup to alert the user. See Alert. title: string -- The dialog's title. message: string -- An optional message that appears above the text input. callbackOrButtons -- This optional argument should be either a single-argument function or an array of buttons. If passed a function, it will be called when the user taps 'OK'. If passed an array of button configurations, each button should include a text key, as well as optional

NetInfo.addEventListener()

static addEventListener(eventName, handler) Invokes the listener whenever network status changes. The listener receives one of the connectivity types listed above.

SliderIOS#maximumValue

maximumValue number Initial maximum value of the slider. Default value is 1.

ActivityIndicator#animating

animating bool Whether to show the indicator (true, the default) or hide it (false).

TimePickerAndroid.timeSetAction()

static timeSetAction() A time has been selected.

PickerIOS#onValueChange

onValueChange function

Flexbox#marginVertical

marginVertical number

View#onResponderTerminationRequest

onResponderTerminationRequest function