Helper to convert an Animated value to Reanimated and vice-versa
npm install react-native-animated-to-reanimated
import AnimatedToReanimated from "react-native-animated-to-reanimated";
// ...
const result = await AnimatedToReanimated.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT