
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
react-native-vega-scroll-list
Advanced tools
A React Native FlatList with a lightweight animation which fade and shrink the head item of list when scrolling
A React Native FlatList with a lightweight animation which fade and shrink the head item of list when scrolling. Works on iOS & Android.
npm install react-native-vega-scroll-list --save
Import VegaScrollList component:
import VegaScrollList from 'react-native-vega-scroll-list';
Usage:
This usage is similar with FlatList. VegaScrollList accepts FlatList props.
<VegaScrollList
distanceBetweenItem={12} // Add distance between item. Need to calculate animated
data={data}
keyExtractor={this.keyExtractor}
renderItem={this.renderItem}
</VegaScrollList>
VegaScrollList accepts FlatList props.
Only need to add distanceBetweenItem
to calculate animation.
prop | type/valid values | default | description |
---|---|---|---|
distanceBetweenItem | number | 8 | distance between item. Needed to calculate the animation |
This repository contains a demo React Native application with a customizable example of the VegaScrollList
component in use.
To use the demo application:
https://github.com/iqbalansyor/react-native-vega-scroll-list.git
cd path/to/this/repository/react-native-vega-scroll-list/Example
npm install
cd ios && pod install && cd ..
npm run start
|| react-native run-android
|| react-native run-ios
Feel free to try it out. Please submit a pull request with any features/fixes for the project.
This project is licensed under the MIT License - see the MIT Open Source Initiative for details.
FAQs
A React Native FlatList with a lightweight animation which fade and shrink the head item of list when scrolling
We found that react-native-vega-scroll-list demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.