From ea46add658bd38dfd1df8e758a0191003b9b75aa Mon Sep 17 00:00:00 2001 From: Vojtech Novak Date: Tue, 20 Aug 2024 08:35:05 +0200 Subject: [PATCH] Update index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index fe93205246..170b6428c1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -237,7 +237,7 @@ The following is an example `app.json` to enable the React Native Firebase modul #### Local app compilation -If you are compiling your app locally, run `npx expo prebuild --clean` to generate the native project directories. Then, follow the local app compilation steps described in [Local app development](https://docs.expo.dev/guides/local-app-development/) guide in Expo docs. If you prefer using a build service, refer to [EAS Build](https://docs.expo.dev/build/setup/). +If you are compiling your app locally, run [`npx expo prebuild --clean`](https://docs.expo.dev/workflow/prebuild/) to generate the native project directories. Then, follow the local app compilation steps described in [Local app development](https://docs.expo.dev/guides/local-app-development/) guide in Expo docs. If you prefer using a build service, refer to [EAS Build](https://docs.expo.dev/build/setup/). #### Expo Tools for VSCode