Component - Gesture Handler integration
This component shows how to use Gesture Handler in React Native to detect a tap gesture on a button. When the button is tapped, the text changes to confirm the tap.
This component shows how to use Gesture Handler in React Native to detect a tap gesture on a button. When the button is tapped, the text changes to confirm the tap.
GestureHandlerRootView
└── View
├── Text
└── TapGestureHandler
└── View
└── Text