From 31c1201c2c9aa5cc3bd592db6884575137cf1649 Mon Sep 17 00:00:00 2001 From: "MD. MOHIBUR RAHMAN" <35300157+mrpmohiburrahman@users.noreply.github.com> Date: Thu, 8 Aug 2024 07:45:44 +0600 Subject: [PATCH] docs: update expo start command to run example project --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f1be0e8e7d..5a175f4f14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ When you're working on a component: The example app uses [Expo](https://expo.dev/) for the React Native example. You will need to install the Expo app for [Android](https://play.google.com/store/apps/details?id=host.exp.exponent) and [iOS](https://itunes.apple.com/app/apple-store/id982107779) to start developing. -After you're done, you can run `yarn example start` in the project root (or `expo start` in the `example/` folder) and scan the QR code to launch it on your device. +After you're done, you can run `npx expo start --offline` in the `example/` folder and scan the QR code to launch it on your device. To run the example on web, run `yarn example web` in the project root.