Pan gesture
A continuous gesture that can recognize a panning (dragging) gesture and track its movement.
Tap gesture
A discrete gesture that recognizes taps.
Long press gesture
Gesture that activates when the corresponding view is pressed for a sufficiently long time.
Rotation gesture
Gesture that can recognize rotation and track its movement.
Pinch gesture
Gesture that recognizes pinching. It allows for tracking the distance between two fingers and uses that information to scale or zoom your content.
Fling gesture
The gesture that tracks quick, sufficiently long movement in specified direction.
Hover gesture
Gesture that can recognize hovering above the view it's attached to.
Native gesture
A gesture that allows other touch handling components to work within RNGH's gesture system. This streamlines interactions between gestures and the native component, allowing it to form relations with other gestures.
Manual gesture
A plain gesture that has no specific activation criteria nor event data set. Its state has to be controlled manually using a state manager. It will not fail when all the pointers are lifted from the screen.