InteractionManager#Events

Events: CallExpression

TextInput#keyboardType

keyboardType enum('default', 'email-address', 'numeric', 'phone-pad', 'ascii-capable', 'numbers-and-punctuation', 'url', 'number-pad', 'name-phone-pad', 'decimal-pad', 'twitter', 'web-search') Determines which keyboard to open, e.g.numeric. The following values work across platforms: default numeric email-address

Flexbox#justifyContent

justifyContent enum('flex-start', 'flex-end', 'center', 'space-between', 'space-around')

TouchableWithoutFeedback#disabled

disabled bool If true, disable all interactions for this component.

Vibration.vibrate()

static vibrate(pattern, repeat)

DatePickerIOS#mode

mode enum('date', 'time', 'datetime') The date picker mode.

ScrollView#scrollEventThrottle

iosscrollEventThrottle number This controls how often the scroll event will be fired while scrolling (as a time interval in ms). A lower number yields better accuracy for code that is tracking the scroll position, but can lead to scroll performance problems due to the volume of information being send over the bridge. You will not notice a difference between values set between 1-16 as the JS run loop is synced to the screen refresh rate. If you do not need precise scroll position tracking, set

TouchableHighlight#onShowUnderlay

onShowUnderlay function Called immediately after the underlay is shown

PushNotificationIOS#getAlert()

getAlert() Gets the notification's main message from the aps object

TouchableWithoutFeedback#delayPressIn

delayPressIn number Delay in ms, from the start of the touch, before onPressIn is called.