paddingLeft number
onResponderGrant function For most touch interactions, you'll simply want to wrap your component in TouchableHighlight or TouchableOpacity. Check out Touchable.js, ScrollResponder.js and ResponderEventPlugin.js for more discussion.
tintColor string Accent color of the control.
androidmode enum('dialog', 'dropdown') On Android, specifies how to display the selection items when the user taps on the picker: 'dialog': Show a modal dialog. This is the default. 'dropdown': Shows a dropdown anchored to the picker view
testID string Used to locate this view in end-to-end tests.
top number
stopAnimation(callback?) Stops any running animation or tracking. callback is invoked with the final value after stopping the animation, which is useful for updating state to match the animation position with layout.
alignSelf enum('auto', 'flex-start', 'flex-end', 'center', 'stretch')
borderLeftWidth number
initialRouteStack [object] Provide a set of routes to initially mount. Required if no initialRoute is provided. Otherwise, it will default to an array containing only the initialRoute
Page 36 of 64