From 6c74c1d85c5aaadff4103148d684866d378452d0 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Mon, 4 Feb 2019 18:06:03 -0800 Subject: [PATCH] Add development workflow to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f9deb8d..312bf91 100644 --- a/README.md +++ b/README.md @@ -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).