native-base-cli
v1.1.1
Published
A simple react-native boilerplate generator with native-base and react-navigation.
Downloads
4
Maintainers
Keywords
Readme
native-base-cli
A basic cli that generates a simple 3 page application with react-native, native-base and react-navigation.
Installation:
$ npm install -g native-base-cli
Generate React Native App
$ native-base init
Generate CRNA/Expo App
$ native-base init --expo
Note:
Make sure your ssh is added to your github account as this clones the boilerplate repo to your system.
Todo:
- Add redux/mobx.
- Add expo support.
- Add TabNavigator example.