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 📽
- Host: GitHub
- URL: https://github.com/vladimir-vovk/flatlist-scroll-animation
- Owner: vladimir-vovk
- Created: 2021-12-10T22:20:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T13:35:46.000Z (over 4 years ago)
- Last Synced: 2025-07-27T14:17:14.672Z (12 months ago)
- Topics: animated, animation, flatlist, react-native
- Language: Java
- Homepage:
- Size: 12.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.