UNPKG

react-native-gesture-handler

Version:

Experimental implementation of a new declarative API for gesture handling in react-native

9 lines (7 loc) 112 B
export const DEFAULT_TOUCH_SLOP = 15; export const Direction = { RIGHT: 1, LEFT: 2, UP: 4, DOWN: 8, };