Gathering detailed insights and metrics for react-native-ant-design-icons-zy
Gathering detailed insights and metrics for react-native-ant-design-icons-zy
Gathering detailed insights and metrics for react-native-ant-design-icons-zy
Gathering detailed insights and metrics for react-native-ant-design-icons-zy
npm install react-native-ant-design-icons-zy
Typescript
Module System
Node Version
NPM Version
72.7
Supply Chain
83.9
Quality
74.8
Maintenance
100
Vulnerability
100
License
TypeScript (98.93%)
JavaScript (0.93%)
Less (0.06%)
HTML (0.04%)
Shell (0.02%)
CSS (0.01%)
EJS (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
1,013 Stars
683 Commits
587 Forks
39 Watchers
14 Branches
81 Contributors
Updated on Jul 14, 2025
Latest Version
0.0.2
Package Id
react-native-ant-design-icons-zy@0.0.2
Unpacked Size
234.09 kB
Size
86.30 kB
File Count
17
NPM Version
6.14.7
Node Version
12.16.1
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
1yarn add @ant-design/icons-react-native
1react-native link @ant-design/icons-react-native
will copy fonts to ios
and android
assets folder.
After linking succeeded you need run your app from xcode
or android studio
or start it from terminal react-native run-ios
or react-native run-android
1import { IconFill, IconOutline } from "@ant-design/icons-react-native";
After that, you can use antd icons in your React components as simply as this:
1<IconFill name="account-book" /> 2<IconOutline name="account-book" />
1interface IconFillProps extends TextProps { 2 name: FillGlyphMapType; 3 size?: number; 4 color?: string; 5}
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 14/30 approved changesets -- score normalized to 4
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
1 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
branch protection not enabled on development/release branches
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
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