@brigad/use-animated-value
One liner hook to get an Animated.Value from a value.
Installation
npm install @brigad/use-animated-value
Usage
import UseAnimatedValue from "@brigad/use-animated-value";
// ...
const result = await UseAnimatedValue.multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT