onPanStart
onPanStart is a callback function used in gesture recognition libraries, particularly in mobile development and frameworks like React Native. It is invoked when a user initiates a panning gesture. A panning gesture, often referred to as a drag, involves the user touching the screen with one or more fingers and then moving them across the surface without lifting them.
The onPanStart callback is typically triggered at the very beginning of such a gesture, meaning as soon
Developers utilize onPanStart to set up the initial state for more complex interactions. For example, it can