- For physical device:
1. Build app (in Xcode or `yarn expo run:ios -d --no-bundler` - see D6309)
2.
```
cd native
yarn dev --scheme comm
```
**Note that the URL has changed to a deep link!** see image below
3. Scan the QR code with the camera app. The Comm app should launch automatically, without the Expo launcher screen
- For simulator:
1. Build app - same as above, just select simulator
2. Same as above
3. In the Metro console, press the `i` key on the keyboard (or `shift+i` for device select screen). The Comm app should launch automatically, without the Expo launcher screen
{F336765}
{F336775}