UNPKG

@attio/react-native-bottom-sheet-toolbox

Version:
12 lines (10 loc) 222 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.friction = friction; function friction(ratio) { "worklet"; return Math.sqrt(ratio) * 0.35; } //# sourceMappingURL=friction.js.map