
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
@react-pakistan/react-native-icon-collection
Advanced tools
React Native Icons Collection built upon React Native StoryBook
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.
// to install dependencies
yarn
// to build and run app on ios Simulator
yarn ios
// to build and run app on android Simulator
yarn android
// to run all tests locally
yarn test
OR
// to install dependencies
npm install
// to build and run app on ios Simulator
npm run ios
// to build and run app on android Simulator
npm run android
// to run all tests locally
npm test
Add React Native Icon Collection to your project.
yarn add @react-pakistan/react-native-icon-collection
OR
npm install @react-pakistan/react-native-icon-collection
Add React Native Icon Collection base theme to your project.
yarn add @react-pakistan/util-react-native-functions
OR
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.
import { ThemeProvider } from 'styled-components';
import { theme } from '@react-pakistan/util-functions';
<ThemeProvider theme={theme}>
<App />
</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.
FAQs
React Native Icons Collection built upon React Native StoryBook
We found that @react-pakistan/react-native-icon-collection demonstrated a not healthy version release cadence and project activity because the last version was released a year ago.Β It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.