Buttons
Button components described in this section are deprecated and will be removed in the future. Please use Touchable instead.
Pressable
This component is a drop-in replacement for the Pressable component.
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.
Reanimated Swipeable
This component is a drop-in replacement for the Swipeable component, rewritten using Reanimated.
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.
Legacy Touchables
Touchables will be removed in the future version of Gesture Handler. Use Touchable instead.