UNPKG
@attio/react-native-bottom-sheet-toolbox
Version:
latest (2.0.2)
2.0.2
2.0.1
2.0.0
1.0.0
0.0.1-experimental1
github.com/attio/react-native-bottom-sheet-toolbox
attio/react-native-bottom-sheet-toolbox
@attio/react-native-bottom-sheet-toolbox
/
src
/
utils
/
friction.ts
6 lines
(4 loc)
•
94 B
text/typescript
View Raw
1
2
3
4
5
6
export
function
friction
(
ratio: number
) {
"worklet"
return
Math
.
sqrt
(ratio) *
0.35
}