Gathering detailed insights and metrics for @react-pakistan/react-native-icon-collection
Gathering detailed insights and metrics for @react-pakistan/react-native-icon-collection
Gathering detailed insights and metrics for @react-pakistan/react-native-icon-collection
Gathering detailed insights and metrics for @react-pakistan/react-native-icon-collection
React Native Icon Collection built upon React Native StoryBook
npm install @react-pakistan/react-native-icon-collection
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (99.83%)
Java (0.07%)
Objective-C (0.05%)
JavaScript (0.04%)
Starlark (0.01%)
Ruby (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
327 Commits
1 Forks
1 Watchers
7 Branches
1 Contributors
Updated on Jan 26, 2022
Latest Version
2.5.11
Package Id
@react-pakistan/react-native-icon-collection@2.5.11
Unpacked Size
9.47 MB
Size
2.11 MB
File Count
122
NPM Version
6.14.16
Node Version
12.22.10
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
53
React Pakistan is an OpenSource & Free Software (FOSS) platform, creating React software solutions for the global community. ⭐⭐⭐
A generic, Icon library for React Native apps, following modern approach by building your project's UI in isolation using state of the art Storybook along with React.
1 // to install dependencies 2 yarn 3 // to build and run app on ios Simulator 4 yarn ios 5 // to build and run app on android Simulator 6 yarn android 7 // to run all tests locally 8 yarn test
OR
1 // to install dependencies 2 npm install 3 // to build and run app on ios Simulator 4 npm run ios 5 // to build and run app on android Simulator 6 npm run android 7 // to run all tests locally 8 npm test
Add React Native Icon Collection to your project.
1 yarn add @react-pakistan/react-native-icon-collection
OR
1 npm install @react-pakistan/react-native-icon-collection
Add React Native Icon Collection base theme to your project.
1 yarn add @react-pakistan/util-react-native-functions
OR
1 npm install @react-pakistan/util-react-native-functions
Refer to React Pakistan Docs for detail usage docs.
Styled Components are employed to maintain and update theme for this project. Please consider adding Styled Component Provider wrapper to the entry point of your application, following is the sample code. You could either use the default theme as shown below or wire your custom theme object instead.
1 import { ThemeProvider } from 'styled-components'; 2 import { theme } from '@react-pakistan/util-functions'; 3 4 <ThemeProvider theme={theme}> 5 <App /> 6 </ThemeProvider>
Since we wrote a script that generates all the logos on the fly, we don't feel the need to test all 1000's of React SVG components.
Should you like this project and would like to see more coming in future, please consider giving a ⭐ on Github project repo.
Thanks goes to these wonderful people (emoji key):
Contributors | GitHub | Emoji |
---|---|---|
Taimoor Khan | 🎨🤔🚧📆👀⚠️ |
If you need any help or have any question, please feel free to join ReactPakistan community at React Pakistan Slack.
I can be reachable via Taimoor Web or else should you wish to send over an expression of your interest to contribute towards ReactPakistan, please shoot an email.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/8 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
71 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