Gestures
Button
onLongPress
onPress
Touchables
Create your own buttons with touchable
TouchableHighlight anywhere you would use a button or link on web. The view's background will be darkened when the user presses down on the button.
TouchableNativeFeedback on Android to display ink surface reaction ripples that respond to the user's touch.
TouchableOpacity reduce opacity of button on click
TouchableWithoutFeedback handles tap without feedback
Scrolling
Props
pagingEnabled
maximumZoomScale
andminimumZoomScale
props use gestures to zoom in and out
Last updated