Reanimated fade in / fade out animation
npm install react-native-fade-in-out
import FadeInOut from "react-native-fade-in-out";
// ...
const result = await FadeInOut.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT