![38% of CISOs Fear They’re Not Moving Fast Enough on AI](https://cdn.sanity.io/images/cgdhsj6q/production/faa0bc28df98f791e11263f8239b34207f84b86f-1024x1024.webp?w=400&fit=max&auto=format)
Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
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
The npm package react-native-vega-scroll-list receives a total of 0 weekly downloads. As such, react-native-vega-scroll-list popularity was classified as not popular.
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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.