Home

Awesome

No longer maintained

React Native-NativeBase Seed v5.2.0

React Native-NativeBase Seed is a basic configuration that every React Native app must have.

This is open source and perfect for any newbie to start with React Native.

This is a React Native Project with NativeBase, Navigation Experimental, Redux, CodePush, Router, Push Notification and other basic must-have libraries.

Get Started

1. System Requirements

2. Installation

A few set of commands, and you are ready to get going.

git clone git@github.com:GeekyAnts/react-native-native-base-seed.git

cd react-native-native-base-seed

npm install

react-native upgrade

react-native android

If React Native < 0.29

$rnpm link

If React Native >= 0.29

$ react-native link

While running react-native android do not overwrite index.android.js file.

CodePush plugin installation and key deployment.

3. Simulate for iOS

Method One

Method Two

$ react-native run-ios

4. Simulate for Android

$ react-native run-android

Note: If you are building React Native-NativeBase Seed for first time on your system, please follow Method One to simulate on iOS. (To link the CodePush plugin through Xcode for iOS)