Gestures

Post image - Introduction to React Native Gesture Handler

Introduction to React Native Gesture Handler

Dealing with gestures can be quite challenging, especially in React Native. This tutorial will teach you how to use the React Native Gesture Handler package to work with gestures...

Post image - Exploring Pinch Gesture in React Native (Reanimated)

Exploring Pinch Gesture in React Native (Reanimated)

This tutorial will teach you how to use the PinchGestureHandler component from the GestureHandler package to detect pinch gestures in React Native.