Ignite-NativeBase BoilerPlate

Now on version 2 🔥

GeekyAnts
The NativeBase v2.0 Blog [ Deprecated ]
3 min readSep 13, 2017

--

In the past, we have collaborated with the Ignite Team at Infinite Red to create an Ignite boilerplate with NativeBase screens.

Recently Ignite was updated to version 2 , so we updated our boilerplate as well.

New Features

React Native, and NativeBase versions are updated to their latest versions.

Now instead of React-Native-Router-Flux, we now handle navigation operations using React Navigation.

We now use FlatList to showcase list items.

And the entire boilerplate supports all of Ignite 2 commands.

Quick Start

After installing the lastest version of Node.js, Yarn and React Native, install the Ignite CLI by typing npm install -g ignite-cli in your terminal.

To add the Ignite-NativeBase boilerplate type:

We have upgraded the React Native’s version to 0.47.2 but if for some reason you want to use an older version you can just type:

By default, we’ll ask you some questions during the installation process about the features that you’d like to have. If you just want them all, you can skip those questions by instead typing:

But if you want very few of these features, type:

Congrats! You have now created your Ignite App with NativeBase components 🎉

Feel free to play around by trying this example commands:

Demo Examples

Click here to get this boilerplate.

Thanks for reading! Please đź‘Ź if you liked this article.

--

--