Skip to content

vishal-virani/React-Boilerplate

Repository files navigation

React-Boilerplate

React Native Boilerplate

The React Native, Redux boilerplate for personal usage

Included

Installation

See Getting Started to install requirement tools.

$ npm install -g react-native-cli
$ yarn add 

Also, you can use generator-rnb to create project with this boilerplate.

Development

Start local server

$ yarn start

iOS

Run command to open iOS simulator and run app:

$ yarn ios

Android (5.0+)

Open Android emulator (recommended Genymotion) and run command: (Or connect real device via USB)

$ yarn android

DevTools

In development mode, you can install React Native Debugger as default debugger. if not install, it will use Remote Redux DevTools and RemoteDev RN Debugger.