Fade & Shrink Transitions for FlatList in React Native

A React Native FlatList with a lightweight animation which fade and shrink the head item of list when scrolling.

Install & Import:

# NPM
$ npm i react-native-vega-scroll-list --save

Basic Usage:

<VegaScrollList
  distanceBetweenItem={10}
  data={data}
  keyExtractor={this.keyExtractor}
  renderItem={this.renderItem}
</VegaScrollList>

Preview:

FlatList With Fade & Shrink Transitions - React Native Vega Scroll List

Download Details:

Author: iqbalansyor

Live Demo: View The Demo

Download Link: Download The Source Code

Official Website: https://github.com/iqbalansyor/react-native-vega-scroll-list

License: MIT

#react-native #react #reactjs 

Fade & Shrink Transitions for FlatList in React Native
1.00 GEEK