From 3006b3de4d583c81dd2fba7fedd15c47877c005a Mon Sep 17 00:00:00 2001
From: Matt Hayashida
Date: Wed, 15 May 2024 12:22:48 -0400
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20contributing=20guide?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
CONTRIBUTING.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 35cbe65..65091fc 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -93,6 +93,7 @@ To generate the native projects for the example app:
```sh
cd example
+npm install
npx expo prebuild --clean
```