An open API service indexing awesome lists of open source software.

https://github.com/vladimir-vovk/flatlist-scroll-animation

An example of FlatList item on scroll animation using vanilla React Native Animated 📽
https://github.com/vladimir-vovk/flatlist-scroll-animation

animated animation flatlist react-native

Last synced: 3 months ago
JSON representation

An example of FlatList item on scroll animation using vanilla React Native Animated 📽

Awesome Lists containing this project

README

          

# On Scroll FlatList Item Animation

An example of FlatList item on scroll animation using vanilla React Native Animated.

## Installation

1. Clone the repo.
2. Change directory to the app: `cd flatlist-scroll-animation`.
3. Install all dependencies: `yarn install`.
4. Run the Metro: `yarn start`.
5. Build the app and run in simulator: `yarn ios`.