1.0.0 • Published 4 years ago

@brigad/use-animated-value v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

@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