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





