DrawerLayoutAndroid#onDrawerSlide

onDrawerSlide function Function called whenever there is an interaction with the navigation view.

Image#accessible

iosaccessible bool When true, indicates the image is an accessibility element.

TextInput#isFocused()

isFocused(): boolean Returns if the input is currently focused.

TabBarIOS.Item#onPress

onPress function Callback when this tab is being selected, you should change the state of your component to set selected={true}.

NavigatorIOS#replacePrevious()

replacePrevious(route: { component: Function; title: string; passProps?: Object; backButtonTitle?: string; backButtonIcon?: Object; leftButtonTitle?: string; leftButtonIcon?: Object; onLeftButtonPress?: Function; rightButtonTitle?: string; rightButtonIcon?: Object; onRightButtonPress?: Function; wrapperStyle?: any; }) Replace the route/view for the previous page.

Text#onLongPress

onLongPress function This function is called on long press.

TextInput#onLayout

onLayout function Invoked on mount and layout changes with {x, y, width, height}.

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

ToastAndroid#LONG

LONG: MemberExpression