Add development workflow to README

This commit is contained in:
Brent Vatne 2019-02-04 18:06:03 -08:00
parent 8e67358fe9
commit 6c74c1d85c
1 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,13 @@ export default createStackNavigator({
});
```
## 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/stack-navigator.html).