An open API service indexing awesome lists of open source software.

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

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 anywhere

Also try [widget](https://github.com/HenryQuan/widget) for Flutter