From 4d46dc3309f34ad8f48dc6dfd9696aaf1d99e482 Mon Sep 17 00:00:00 2001 From: Steven Moyes Date: Sat, 9 Oct 2021 01:02:17 -0700 Subject: [PATCH] Update README.md (#140) Add `yarn build` step --- example/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example/README.md b/example/README.md index fc3084c..d088df2 100644 --- a/example/README.md +++ b/example/README.md @@ -3,10 +3,13 @@ 1. Clone this repo 1. `cd react-native-xaml` 1. `yarn` +3. `cd package` +4. `yarn build` # Running the example app ## Using Visual Studio +1. From the root folder 1. `cd example` 1. `yarn start`