Gathering detailed insights and metrics for @daviscabral/react-native-ultimate-listview
Gathering detailed insights and metrics for @daviscabral/react-native-ultimate-listview
Gathering detailed insights and metrics for @daviscabral/react-native-ultimate-listview
Gathering detailed insights and metrics for @daviscabral/react-native-ultimate-listview
npm install @daviscabral/react-native-ultimate-listview
Typescript
Module System
Node Version
NPM Version
40.7
Supply Chain
56.1
Quality
67.5
Maintenance
100
Vulnerability
94.1
License
JavaScript (95.77%)
Objective-C (2.47%)
Starlark (0.97%)
Java (0.79%)
Total Downloads
555
Last Day
1
Last Week
1
Last Month
4
Last Year
84
111 Commits
1 Watching
2 Branches
1 Contributors
Latest Version
3.3.5
Package Id
@daviscabral/react-native-ultimate-listview@3.3.5
Unpacked Size
39.64 kB
Size
10.48 kB
File Count
10
NPM Version
6.14.11
Node Version
12.13.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
0%
1
Compared to previous week
Last month
0%
4
Compared to previous month
Last year
-12.5%
84
Compared to previous year
This Library includes two components: UltimateListView
and UltimateRefreshView
This module supports both of iOS and Android platforms.
All codes are written in ES6 syntax, and meet most rules of Eslint syntax
Quick installation
yarn add react-native-ultimate-listview@3.0.2
yarn add react-native-ultimate-listview@latest
Know Issue (v3.3.0): On Android, if you are using CustomRefreshView, and the total hight of your first load data is less than your device height, then the RefreshView may still sticky on the top. However, if the data you loaded is beyond your screen, everything's fine. This issue only happen on Android, any PR is welcome.
iOS | Android | |
---|---|---|
FlatList |
import { UltimateListView, UltimateRefreshView } from 'react-native-ultimate-listview'
<UltimateRefreshView onRefresh={this.onRefresh}>
<YourView/>
</UltimateRefreshView>
<UltimateListView
ref={ref => this.listView = ref}
key={this.state.layout}
onFetch={this.onFetch}
keyExtractor={(item, index) => `${index} - ${item}`}
refreshableMode="advanced" // basic or advanced
item={this.renderItem} // this takes three params (item, index, separator)
displayDate
arrowImageStyle={{ width: 20, height: 20, resizeMode: 'contain' }}/>
Or you can look through this link: Usage
Provide a new Component
Change import syntax to:
import { UltimateListView, UltimateRefreshView } from 'react-native-ultimate-listview'
@gameboyVito - gameboyvito@gmail.com
yarn
or npm install
in the root folderyarn eslint-fix
or npm run eslint-fix
I have found some articles to explain why you need to use FlatList instead of the legacy ListView. There are some obvious reasons:
MIT
No vulnerabilities found.
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
96 existing vulnerabilities detected
Details
Score
Last Scanned on 2024-12-23
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More