/flatlist-scroll-animation-2

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

Primary LanguageJava

On Scroll FlatList Item Animation 2

An example of FlatList item animation on scrolling.

Inspired by William Candillon video on React Native FlatList Animations. 🤓

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.