From 7b51a0f7cc3daf230d1bf5bbf53a175677f1fa13 Mon Sep 17 00:00:00 2001 From: Zach Plata Date: Tue, 14 Jun 2022 16:49:15 -0500 Subject: [PATCH] docs: update docs to reflect how to run example app --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2087f3a..f94e3ed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -45,13 +45,13 @@ To start the metro server: yarn example start ``` -To run the example app on Android: +To run the example app on Android, you can run the Android project in `example/android` in Android Studio, OR at the top level of the project, run: ```sh yarn example android ``` -To run the example app on iOS: +To run the example app on iOS, you can run the iOS project in `example/ios` in XCode, OR at the top level of the project, run: ```sh yarn example ios