Gathering detailed insights and metrics for react-native-camera-roll-multi-picker
Gathering detailed insights and metrics for react-native-camera-roll-multi-picker
npm install react-native-camera-roll-multi-picker
Typescript
Module System
Node Version
NPM Version
71.7
Supply Chain
82.8
Quality
75.4
Maintenance
100
Vulnerability
100
License
JavaScript (62.68%)
Objective-C (22.58%)
Python (8.42%)
Java (6.32%)
Total Downloads
5,347
Last Day
1
Last Week
8
Last Month
19
Last Year
124
1 Stars
121 Commits
1 Forks
1 Watching
1 Branches
1 Contributors
Latest Version
1.2.41
Package Id
react-native-camera-roll-multi-picker@1.2.41
Unpacked Size
16.13 kB
Size
7.42 kB
File Count
7
NPM Version
4.2.0
Node Version
7.10.1
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
-11.1%
8
Compared to previous week
Last month
171.4%
19
Compared to previous month
Last year
-14.5%
124
Compared to previous year
No dependencies detected.
CameraRoll Picker component for React native. This is a fork of https://github.com/dcmdestello/react-native-camera-roll-picker but implemented with flatlist which has replaced listview.
libRCTCamera.a
into Link Binary with Binaries
on your target's Build Phases.$ npm install react-native-camera-roll-multi-picker --save
import CameraRollPicker from 'react-native-camera-roll-multi-picker';
1<CameraRollPicker 2 callback={this.getSelectedImages} />
callback
: Callback function when images was selected. (is required!). Return a selected image array and current selected image.scrollRenderAheadDistance
: "How early to start rendering rows before they come on screen, in pixels." (Default: 500)initialListSize
: Specifies how many rows we want to render on our first render pass. (Default: 1)pageSize
: After the initial render where 'initialListSize' is used, ListView looks at the pageSize to determine how many rows to render per frame. (Default: 3)removeClippedSubViews
: "When true, offscreen child views (whose overflow value is hidden) are removed from their native backing superview when offscreen. This can improve scrolling performance on long lists. The default value is true." (The default value is false before version 0.14-rc). (Default: true)groupTypes
: The group where the photos will be fetched, one of 'Album', 'All', 'Event', 'Faces', 'Library', 'PhotoStream' and 'SavedPhotos'. (Default: SavedPhotos)assetType
: The asset type, one of 'Photos', 'Videos' or 'All'. (Default: Photos)selected
: Already be selected images array. (Default: [])selectSingleItem
: Boolean to select only one single image at time. (Default: true
)maximum
: Maximum number of selected images. (Default: 15)imagesPerRow
: Number of images per row. (Default: 3)imageMargin
: Margin size of one image. (Default: 5)containerWidth
: Width of camer roll picker container. (Default: device width)selectedMarker
: Custom selected image marker component. (Default: checkmark).backgroundColor
: Set background color. (Default: white).emptyText
: Text to display instead of a list when there are no photos found. (Default: 'No photos.')emptyTextStyle
: Styles to apply to the emptyText
. (Default: textAlign: 'center'
)loader
: Loader component node. (Default: <ActivityIndicator />
)$ git clone https://github.com/yehudahkay/react-native-camera-roll-picker.git
$ cd react-native-camera-roll-picker
$ cd Example
$ npm install
$ react-native run-ios
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
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
Score
Last Scanned on 2025-01-20
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