Gathering detailed insights and metrics for react-native-apple-card-views
Gathering detailed insights and metrics for react-native-apple-card-views
Gathering detailed insights and metrics for react-native-apple-card-views
Gathering detailed insights and metrics for react-native-apple-card-views
Customizable and perfect clone of Apple, App Store Card Views for React Native.
npm install react-native-apple-card-views
Typescript
Module System
Node Version
NPM Version
Version 3 🥳 🚀
Updated on Feb 04, 2023
Better Typescript Support 🥳
Updated on Apr 17, 2022
react-native-bounceable dependency version fix 😇
Updated on Mar 21, 2021
AppOfTheDayCard is rewritten and more customization options 🥳
Updated on Mar 10, 2021
Version 2 is here 😍 with awesome Bounce Effect
Updated on Oct 06, 2020
Typescript and Fully Customizable Version 🥳
Updated on Aug 27, 2020
Java (32.15%)
TypeScript (25.22%)
C++ (15.04%)
Objective-C++ (9.17%)
JavaScript (8.36%)
Objective-C (4.92%)
Ruby (3.34%)
Starlark (1.24%)
CMake (0.56%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
407 Stars
175 Commits
24 Forks
5 Watchers
1 Branches
1 Contributors
Updated on Jun 16, 2025
Latest Version
3.0.0
Package Id
react-native-apple-card-views@3.0.0
Unpacked Size
971.42 kB
Size
230.58 kB
File Count
41
NPM Version
8.19.3
Node Version
16.19.0
Published on
Feb 04, 2023
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
1
Add the dependency:
1npm i react-native-apple-card-views
1npm i react-native-apple-card-views#expo
1"react-native-androw": ">= 0.0.33", 2"react-native-linear-gradient": ">= 2.5.6", 3"@freakycoder/react-native-bounceable": ">= 0.1.1"
1"expo-linear-gradient": ">= 9.2.0" 2"@freakycoder/react-native-bounceable": ">= 0.1.1"
1<AppleCard 2 smallTitle="" 3 largeTitle="" 4 footnoteText="" 5 resizeMode="cover" 6 source={require("./assets/hero_bg_brawlstars_.jpg")} 7 backgroundStyle={{ 8 height: 200, 9 }} 10 onPress={() => {}} 11/>
1<AppOfTheDayCard 2 iconSource={require("./assets/Colorfy.jpg")} 3 backgroundSource={require("./assets/ColorfyBG.jpg")} 4 onPress={() => {}} 5 buttonOnPress={() => {}} 6/>
Property | Type | Default | Description |
---|---|---|---|
source | image | default image | set the image background |
style | style | default | change the style of the card |
shadowColor | color | #000 | change the main card's shadow color |
smallTitle | string | NEW GAME | change the small title |
largeTitle | string | The Brilliance of Brawl Stars | change the main large title |
footnoteText | string | The next game from the markers of Clash Royale is here. Tap to learn more. | change the footnote text |
backgroundStyle | style | default | set custom style for background image |
smallTitleTextStyle | style | default | set custom style for small title |
largeTitleTextStyle | style | default | set custom style for large title |
footnoteTextStyle | style | default | set custom style for footnote |
onPress | function | null | use this to set onPress functionality |
Property | Type | Default | Description |
---|---|---|---|
style | style | default | change the style of the card and image background |
shadowStyle | style | default | change the style of the card's shadow |
backgroundSource | image | default image | set the image background for main card |
iconSource | image | default image | set the logo image |
largeTitle | string | "APP OF THE DAY" | change the main large title |
title | string | "Colorfy: Coloring Art Games" | change the title text |
subtitle | string | "Drawing & painting for everyone" | change the subtitle text |
buttonText | string | "GET" | change the button's text |
gradientColors | Array | ["#de9c7c", "#ef9f81", "#efa192"] | change the gradient colors |
buttonSubtitle | string | "In-App Purchases" | change the button's bottom subtitle |
largeTitleTextStyle | style | default | set the custom style for large title |
subtitleTextStyle | style | default | set the custom style for subtitle text |
titleTextStyle | style | default | set the custom style for title text |
iconStyle | style | default | set the custom style for icon |
buttonOnPress | function | null | set a function for button's onPress |
onPress | function | null | set a function for main card's onPress |
AppleCard
Rewritten and Code CleaningAppleCard
More Customization OptionsFreakyCoder, kurayogun@gmail.com
React Native Apple Card Views Library is available under the MIT license. See the LICENSE file for more info.
No vulnerabilities found.
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
5 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 4
Reason
7 existing vulnerabilities detected
Details
Reason
Found 0/1 approved changesets -- 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
Score
Last Scanned on 2025-07-14
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