An open API service indexing awesome lists of open source software.

https://github.com/kyo504/react-native-template-quickstart

A quick start template for React Native
https://github.com/kyo504/react-native-template-quickstart

quickstart react-native template

Last synced: 3 months ago
JSON representation

A quick start template for React Native

Awesome Lists containing this project

README

          

## React Native Starter Kit

- [React Navigation](https://github.com/react-community/react-navigation)
- [ESlint](https://github.com/eslint/eslint)
- [Prettier](https://github.com/prettier/prettier)

## Pre-requisites

- Follow the [React Native getting started guide](https://facebook.github.io/react-native/docs/getting-started.html#installing-dependencies) (Select Building Projects with Native Code)

## Usage

Create a new project using starter-kit template.

`$ react-native init ProjectName --template starter-kit`

Run following command to install dev dependencies

`$ node scripts/addDevDependencies.js`