https://github.com/vladimir-vovk/flatlist-scroll-animation-2
An example of FlatList item on scroll animation using vanilla React Native Animated 🎬
https://github.com/vladimir-vovk/flatlist-scroll-animation-2
animated flatlist react-native
Last synced: 3 months ago
JSON representation
An example of FlatList item on scroll animation using vanilla React Native Animated 🎬
- Host: GitHub
- URL: https://github.com/vladimir-vovk/flatlist-scroll-animation-2
- Owner: vladimir-vovk
- Created: 2021-12-25T20:50:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T20:52:30.000Z (over 4 years ago)
- Last Synced: 2025-06-29T18:51:01.935Z (about 1 year ago)
- Topics: animated, flatlist, react-native
- Language: Java
- Homepage:
- Size: 16.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# On Scroll FlatList Item Animation 2
An example of FlatList item animation on scrolling.
Inspired by William Candillon video on [React Native FlatList Animations](https://www.youtube.com/watch?v=NiFdK-s6OP8). 🤓

## 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`.