Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 496 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 496 Bytes

react-native-animated-to-reanimated

Helper to convert an Animated value to Reanimated and vice-versa

Installation

npm install react-native-animated-to-reanimated

Usage

import AnimatedToReanimated from "react-native-animated-to-reanimated";

// ...

const result = await AnimatedToReanimated.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT