2.0.0 • Published 7 years ago

ignite-native-base-boilerplate v2.0.0

Weekly downloads
17
License
MIT
Repository
github
Last release
7 years ago

ignite-native-base-boilerplate

NativeBase Ignite Boilerplate Preview

Quick Start

You can run the following command to create the boilerplate, provided you have Ignite CLI installed.

ignite new appname --boilerplate native-base-boilerplate

You can also change the React Native version, just keep in mind, we may not have tested this just yet.

ignite new appname --react-native-version 0.46.4 --boilerplate native-base-boilerplate

By default we'll ask you some questions during install as to which features you'd like. If you just want them all, you can skip the questions:

ignite new appname --max --boilerplate native-base-boilerplate

If you want very few of these extras:

ignite new appname --min --boilerplate native-base-boilerplate

Quick Examples

$ ignite add maps
$ ignite add vector-icons
$ ignite generate screen ScreenName
$ ignite generate container ContainerName
$ ignite generate component ComponentName
$ ignite generate list ListName
$ ignite generate map StoreLocator
$ ignite add i18n
$ ignite remove i18n
2.0.0

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.6-alpha1

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago