1.0.8 • Published 8 years ago
react-native-craftsman v1.0.8
react-native-craftsman
This tool makes building react-native apps fast and easy.
Setting up the project with Redux, React-Navigation and ui-kit takes one command!
Getting Started
Install the module with:
npm install -g react-native-craftsman react-native-craftsman requires react-native-cli to be installed globally, it can be done with
npm install react-native-cliDocumentation
To create and react-native app run
craft create ProjectNameIt will set up project for you, add basic folder structure and install all needed packages.
Packages included un basic setup:
* react-navigation
* react-redux
* redux
* redux-logger
* redux-observable
* redux-thunk
* rxjs
* @shoutem/uiTo add new view/route for your app run
craft add route RouteNameIt will set up all needed configuration for the route and create a route folder to ./src/views/
License
Copyright (c) 2018. Licensed under the MIT license.