Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 469 Bytes

File metadata and controls

27 lines (16 loc) · 469 Bytes

react-native-animated-scroll

Animated scrollview to easily implement custom parallax scroll headers

Installation

npm install react-native-animated-scroll

Usage

import AnimatedScroll from "react-native-animated-scroll";

// ...

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

Contributing

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

License

MIT