InteractionManager.createInteractionHandle()

static createInteractionHandle() Notify manager that an interaction has started.

Slider#value

value number Initial value of the slider. The value should be between minimumValue and maximumValue, which default to 0 and 1 respectively. Default value is 0. This is not a controlled component, you don't need to update the value during dragging.

View#onResponderTerminate

onResponderTerminate function

NavigatorIOS#replacePreviousAndPop()

replacePreviousAndPop(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; }) Replaces the previous route/view and transitions back to it.

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.

ListView#dataSource

dataSource ListViewDataSource An instance of ListView.DataSource to use

NavigatorIOS#tintColor

tintColor string The default color used for buttons in the navigation bar

Slider#thumbImage

iosthumbImage Image.propTypes.source Sets an image for the thumb. Only static images are supported.

AppRegistry.getAppKeys()

static getAppKeys()

WebView#stopLoading()

stopLoading()