Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 416 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 416 Bytes

react-native-fade-in-out

Reanimated fade in / fade out animation

Installation

npm install react-native-fade-in-out

Usage

import FadeInOut from "react-native-fade-in-out";

// ...

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

Contributing

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

License

MIT