selectionColor string The highlight (and cursor on ios) color of the text input
contentInset {top: number, left: number, bottom: number, right: number}
static getAllKeys(callback?) Gets all keys known to the app, for all callers, libraries, etc. Returns a Promise object. Example: see multiGet for example
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.
marginTop number
static cancelAllLocalNotifications() Cancels all scheduled localNotifications
width number
refreshControl element A RefreshControl component, used to provide pull-to-refresh functionality for the ScrollView. See RefreshControl.
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.
Page 37 of 64