Add development workflow to README
This commit is contained in:
parent
8e67358fe9
commit
6c74c1d85c
|
@ -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).
|
||||
|
|
Loading…
Reference in New Issue