From 3b4c5becdaf788ee045369de58e36aa82743fb65 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 12 Sep 2025 10:00:55 +0300 Subject: [PATCH] update build instructions --- docs/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.md b/docs/build.md index 87b653bdb9..968b31a56b 100644 --- a/docs/build.md +++ b/docs/build.md @@ -63,7 +63,7 @@ After you do `yarn ios` and `yarn android` once, you can later just run `yarn we ### Tips - Copy the `.env.example` to `.env` and fill in any necessary tokens. (The Sentry token is NOT required; see instructions below if you want to enable Sentry.) -- To run on the device, add `--device` to the command (e.g. `yarn android --device`). To build in production mode (slower build, faster app), also add `--variant release`. +- To run on the device, add `--device` to the command (e.g. `yarn android --device`). To build in production mode (slower build, faster app), also add `--variant release` on Android or `--configuration Release` on iOS. - If you want to use Expo EAS on your own builds without ejecting from Expo, make sure to change the `owner` and `extra.eas.projectId` properties. If you do not have an Expo account, you may remove these properties. - `npx react-native info` Checks what has been installed. - If the Android simulator frequently hangs or is very sluggish, [bump its memory limit](https://stackoverflow.com/a/40068396)