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:
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