Skip to content

junedomingo/react-native-starter

Repository files navigation

React Native Starter

React Native boilerplate

Technologies

  • React Native - Build Native Mobile Apps using JavaScript and React
  • Redux - Predictable state container for JavaScript apps
  • Wix/react-native-navigation - A complete native navigation solution for React Native with optional redux support - nav bars, tabs, drawer, modals
  • Redux Thunk - Thunk middleware for Redux

Requirements

  • Node >= 5.0.0
  • YARN - Yarn is a package manager for your code. It allows you to use and share code with other developers from around the world. Yarn does this quickly, securely, and reliably so you don’t ever have to worry.

Installation

Install Yarn

$ npm install yarn -g

Clone this repo

$ git clone [email protected]:CynderTech/react-native-starter.git
$ cd react-native-starter
$ yarn install
$ react-native run-ios
$ react-native run-android

Rename Project

react-native-rename - Rename react-native app with just one command

$ yarn global add react-native-rename

Usage

$ react-native-rename "Awesome Project"