https://github.com/muthhukumar/react-native-custom-components
A list of custom components I created when working on personal project and stuff
https://github.com/muthhukumar/react-native-custom-components
custom-components react-native
Last synced: about 2 months ago
JSON representation
A list of custom components I created when working on personal project and stuff
- Host: GitHub
- URL: https://github.com/muthhukumar/react-native-custom-components
- Owner: muthhukumar
- License: mit
- Created: 2021-07-06T14:56:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T13:29:53.000Z (almost 5 years ago)
- Last Synced: 2025-01-29T03:48:51.986Z (over 1 year ago)
- Topics: custom-components, react-native
- Language: TypeScript
- Homepage:
- Size: 139 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# List of React native custom components
A list of custom components I created when working on personal project and stuff
## Installation
```bash
git clone https://github.com/muthhukumar/react-native-custom-components.git
cd react-native-custom-components
npm install
```
## Running Tests
To run tests, run the following command
```bash
npm run test
```
## Authors
- [Muthukumar](https://www.github.com/muthhukumar)
## License
[MIT](https://github.com/muthhukumar/react-native-custom-components/blob/main/LICENSE)