Gathering detailed insights and metrics for react-native-card-media
Gathering detailed insights and metrics for react-native-card-media
Gathering detailed insights and metrics for react-native-card-media
Gathering detailed insights and metrics for react-native-card-media
react-card-media-element
A custom React Native 'Cards' component, offering simple integration and flexibility for mobile projects.
react-native-social-media-cards
Prepare social media cards for your React Native app
rn-media-info-card
`MediaInfoCard` est un composant React Native réutilisable, conçu pour afficher un média (image, vidéo, etc.) avec un titre, un corps de texte, et des interactions configurables. Il est hautement personnalisable et réactif aux états comme le `focus` ou `h
npm install react-native-card-media
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
70 Stars
39 Commits
9 Forks
4 Watchers
9 Branches
3 Contributors
Updated on Mar 09, 2023
Latest Version
0.1.3
Package Id
react-native-card-media@0.1.3
Unpacked Size
0.99 MB
Size
0.98 MB
File Count
12
NPM Version
6.14.8
Node Version
12.20.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Card Media component for React Native. Also supports multiple image layout.
npm install react-native-card-media --save
1const files5 = [ 2 `${path}kids_play_640.jpeg`, 3 `${path}road_640.jpg`, 4 `${path}women_640.jpeg`, 5 `${path}sea_kids_640.jpeg`, 6 `${path}temple_640.jpeg`, 7]; 8 9<CardMedia 10 files={files5} 11 style={{ height: 200 }} 12 title="Title" 13 showTitle={false} 14 titleStyle={{ fontSize: 24, fontWeight: '400', lineHeight: 32, color: '#fafafa' }} 15 onPress={(fileIndex) => this.onPress(fileIndex)} 16 imageIconView={this.renderImageIconView} 17 imageCountStyle={{ fontSize: 20, fontWeight: '500', lineHeight: 28, color: '#fafafa' }} 18 imageTouchable={false} 19/>
Prop | Description | Type | Default |
---|---|---|---|
files | Media lists | Array | Required |
style | CardView style | View Style Object | undefined |
title | Title text is shown at below part of card | String | undefined |
showTitle | Title is shown or not | Boolean | true |
titleStyle | Title style | View Style Object | undefined |
onPress | Action is called when click in card you can pass the file index as an argument | Function | undefined |
imageIconView | Icon is shown near title | Component | undefined |
imageCountStyle | Icon style | View Style Object | undefined |
imageTouchable | Images in card is clickable or not | Boolean | true |
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 3/15 approved changesets -- score normalized to 2
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
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
73 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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