UNPKG

react-native-1app

Version:

6 lines (5 loc) 173 B
import { GESTURE_DISTANCE_THRESHOLD } from '../../constants/index'; export default function(g) { let { dx } = g; return Math.abs(dx) > GESTURE_DISTANCE_THRESHOLD; }