native-base-cli
native-base-cli copied to clipboard
Note: This is no longer maintained
Try out ReactNativeSeed.com
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 TabNavigator example.