Installations
npm install react-native-ant-design-icons-zy
Developer Guide
Typescript
No
Module System
CommonJS
Node Version
12.16.1
NPM Version
6.14.7
Score
73
Supply Chain
83.9
Quality
74.8
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Languages
TypeScript (99.03%)
JavaScript (0.84%)
Less (0.06%)
HTML (0.04%)
Shell (0.02%)
CSS (0.01%)
EJS (0.01%)
Developer
Download Statistics
Total Downloads
344
Last Day
2
Last Week
4
Last Month
10
Last Year
55
GitHub Statistics
974 Stars
678 Commits
587 Forks
41 Watching
14 Branches
79 Contributors
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
344
Last day
0%
2
Compared to previous day
Last week
0%
4
Compared to previous week
Last month
42.9%
10
Compared to previous month
Last year
-23.6%
55
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Ant Design Icons for React Native
Install
1yarn add @ant-design/icons-react-native
Linking
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
Basic Usage
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" />
Component Interface
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
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
Found 16/30 approved changesets -- score normalized to 5
Reason
6 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Warn: no topLevel permission defined: .github/workflows/rebase.yml:1
- Info: no jobLevel write permissions found
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rebase.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/ant-design/ant-design-icons/rebase.yml/master?enable=pin
- Warn: third-party GitHubAction not pinned by hash: .github/workflows/rebase.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/ant-design/ant-design-icons/rebase.yml/master?enable=pin
- Info: 0 out of 1 GitHub-owned GitHubAction dependencies pinned
- Info: 0 out of 1 third-party GitHubAction dependencies pinned
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 22 are checked with a SAST tool
Score
4.4
/10
Last Scanned on 2025-01-27
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