Currently, I am getting the integer value I want in the float value. how to achieve it in react-native-animated-ruler.
expo : code link
Currently, I am getting the integer value I want in the float value. how to achieve it in react-native-animated-ruler.
expo : code link
2
Answers
try to add
(value).toFixed(2)
to your code.in library at line 184
so you have to change this in package code.