1.0.9 • Published 4 years ago

react-native-generate-components v1.0.9

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

Generate Component for react-native

Features

  • Generate class component or function component for react-native
  • Support TypeScript + JavaScript

Installation

Install from npm

npm install -g plop
npm install -D react-native-generator-cli

Install from yarn

yarn global add plop
yarn add -D react-native-generator-cli

Usage

1. Copy script

"scripts": {
    ...,
    "generate": "cd node_modules/react-native-generator-cli && generate && cd ../../"
},

to package.json

2.In cmd or terminal run

generate
1.1.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago