Files
react-navigation/packages/core/README.md
2019-05-16 10:54:56 -07:00

15 lines
765 B
Markdown

# React Navigation Core
[![npm version](https://badge.fury.io/js/%40react-navigation%2Fcore.svg)](https://badge.fury.io/js/%40react-navigation%2Fcore) [![CircleCI badge](https://circleci.com/gh/react-navigation/core/tree/master.svg?style=shield)](https://circleci.com/gh/react-navigation/core/tree/master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://reactnavigation.org/docs/contributing.html)
## Development workflow
- Clone this repository
- Run `yarn` in the root directory and in the `example` directory
- Run `yarn dev` in the root directory
- Run `yarn start` in the `example` directory
## Docs
Documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/en/getting-started.html).