Touchable
This section refers to new Touchable component, meant to replace both buttons and touchables. If you are looking for documentation for the deprecated touchable components, check out the Legacy Touchables section.
Pressable
This component is a drop-in replacement for the Pressable component.
Reanimated Swipeable
This component is a drop-in replacement for the Swipeable component, rewritten using Reanimated.
Reanimated Drawer Layout
This component acts as a cross-platform replacement for React Native's DrawerLayoutAndroid component, written using Reanimated. For detailed information on standard parameters, please refer to the React Native documentation.
Wrapped Components
Some components come with a Native gesture pre-applied. This allows them to participate in the gesture recognition process. Have a look at the example below.
Buttons
Button components described in this section are deprecated and will be removed in the future. Please use Touchable instead.
Legacy Touchables
Touchables will be removed in the future version of Gesture Handler. Use Touchable instead.