@brigad/use-animated-value

One line hook to get an Animated.Value from a value.

Usage no npm install needed!

<script type="module">
  import brigadUseAnimatedValue from 'https://cdn.skypack.dev/@brigad/use-animated-value';
</script>

README

@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