Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add instructions for running on device (#1541)

authored by

dan and committed by
GitHub
95736a51 b0873cae

+1
+1
docs/build.md
··· 27 27 - Each test run: `yarn e2e:run` 28 28 - Tips 29 29 - Make sure to 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.) 30 + - To run on device, add `--device` to the command (e.g. `yarn android --device`). To build in production mode (slower build, faster app), also add `--variant release`. 30 31 - If you want to use Expo EAS on your own builds without ejecting from Expo, make sure to change the `owner` as well as `extra.eas.projectId` properties. If you do not have an Expo account, you may remove these properties. 31 32 - `npx react-native info` Checks what has been installed. 32 33 - If the android simulator frequently hangs or is very sluggish, [bump its memory limit](https://stackoverflow.com/a/40068396)