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
- Host: GitHub
- URL: https://github.com/kyo504/react-native-template-quickstart
- Owner: kyo504
- Created: 2018-04-11T13:04:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T16:13:04.000Z (about 8 years ago)
- Last Synced: 2025-11-27T09:50:36.060Z (7 months ago)
- Topics: quickstart, react-native, template
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`