mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-13 09:39:18 +08:00
15 lines
765 B
Markdown
15 lines
765 B
Markdown
# React Navigation Core
|
|
|
|
[](https://badge.fury.io/js/%40react-navigation%2Fcore) [](https://circleci.com/gh/react-navigation/core/tree/master) [](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).
|