Gathering detailed insights and metrics for @react-pakistan/react-native-commons-collection
Gathering detailed insights and metrics for @react-pakistan/react-native-commons-collection
Gathering detailed insights and metrics for @react-pakistan/react-native-commons-collection
Gathering detailed insights and metrics for @react-pakistan/react-native-commons-collection
npm install @react-pakistan/react-native-commons-collection
Typescript
Module System
Min. Node Version
Node Version
NPM Version
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
3
57
React Pakistan is an OpenSource & Free Software (FOSS) platform, creating React software solutions for the global community. ⭐⭐⭐
A generic, Commons 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 Native.
Checkout React Native Commons Collection
1 // to install dependencies 2 yarn 3 // to install pods 4 yarn pod:install 5 // to run app on iOS simulator 6 yarn ios 7 // to run app on Android simulator 8 yarn android 9 // to run all tests locally 10 yarn test
OR
1 // to install dependencies 2 npm 3 // to install pods 4 npm run pod:install 5 // to run app on iOS simulator 6 npm run ios 7 // to run app on Android simulator 8 npm run android 9 // to run all tests locally 10 npm test
Add React Native Commons Collection to your project.
1 yarn add @react-pakistan/react-native-commons-collection
OR
1 npm install @react-pakistan/react-native-commons-collection
Add React Native Commons 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-react-native-functions'; 3 4 <ThemeProvider theme={theme}> 5 <App /> 6 </ThemeProvider>
We aim to achieve 100% coverage and we shall...
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.
No security vulnerabilities found.