Delay Long Press on React Native Pressable
The delayLongPress
prop on the react native pressable component allows you to specify a delay in milliseconds before the onLongPress
callback prop is executed. Allowing you to control exactly how long a user should press on the element before receiving feedback etc.