Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 490 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 490 Bytes

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.