https://github.com/henryquan/rncomponent
To create a new component quickly for react native
https://github.com/henryquan/rncomponent
c component react-native
Last synced: 3 months ago
JSON representation
To create a new component quickly for react native
- Host: GitHub
- URL: https://github.com/henryquan/rncomponent
- Owner: HenryQuan
- License: mit
- Created: 2018-09-02T12:16:57.000Z (almost 7 years ago)
- Default Branch: c
- Last Pushed: 2020-02-10T00:16:49.000Z (over 5 years ago)
- Last Synced: 2025-01-18T04:28:46.941Z (5 months ago)
- Topics: c, component, react-native
- Language: C
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rncomponent
Create JavaScript or TypeScript component for React Native,See the master branch for the [Perl version](https://github.com/HenryQuan/rncomponent/tree/master).
# Usage
```
usage: rncomponent [option] [name]
--ts create a TypeScript component
--js create a JavaScript component
name anything but **DO NOT** include `.js` or `.tsx`
```# Compile
```
make
```
Then, drag `rncomponent` to your bin folder and use it anywhereAlso try [widget](https://github.com/HenryQuan/widget) for Flutter