react-native-gesture-handler
Version:
Experimental implementation of a new declarative API for gesture handling in react-native
11 lines (10 loc) • 360 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MINIMAL_FLING_VELOCITY = exports.DEFAULT_TOUCH_SLOP = void 0;
const DEFAULT_TOUCH_SLOP = 15;
exports.DEFAULT_TOUCH_SLOP = DEFAULT_TOUCH_SLOP;
const MINIMAL_FLING_VELOCITY = 0.1;
exports.MINIMAL_FLING_VELOCITY = MINIMAL_FLING_VELOCITY;
//# sourceMappingURL=constants.js.map