react-native-component-creator
v0.1.33
Published
A react native component generator for begginers
Maintainers
Readme
React Native Component Creator
A React native cli for lazy RN lovers and beginners.
Install
$ npm i -g react-native-component-creatorUsage
Inside of your project folder.
$ cd my-app
$ rnc-creator1# Chose the name of the component

2# Chose the extension of the component

3# Chose the type of the component ( Class, Functional )

4# Ready to go!

