An example of FlatList item animation on scrolling.
Inspired by William Candillon video on React Native FlatList Animations. 🤓
- Clone the repo.
- Change directory to the app:
cd flatlist-scroll-animation
. - Install all dependencies:
yarn install
. - Run the Metro:
yarn start
. - Build the app and run in simulator:
yarn ios
.