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
/
dist
/
module
/
utils
/
get-percentage-value.js
9 lines
(7 loc)
•
201 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
export
function
getPercentageValue
(
v
) {
"worklet"
;
if
(v.
at
(-
1
) !==
"%"
)
return
null
;
return
parseInt
(v.
slice
(
0
, -
1
),
10
) /
100
; }
//# sourceMappingURL=get-percentage-value.js.map