docs/scenes/get-started/set-up-your-environment/instructions/iosPhysicalExpoGo.mdx
import QRCodeReact from 'react-qr-code';
import { Terminal } from '/ui/components/Snippet';
import { Step } from '/ui/components/Step';
To install Expo Go on your iOS device, you will need an active subscription to the Apple Developer Program. Sign up for the Apple Developer Program here.
</Step> <Step label="2"> ### Build Expo Go for iOSRun the following command to build Expo Go:
<Terminal cmd={['$ npx eas-cli@latest go']} />
</Step> <Step label="3"> ### Install TestFlightDownload and install the TestFlight app. You can also scan the QR code below on your iOS device:
<QRCodeReact value="https://apps.apple.com/us/app/testflight/id899247664" size={228} /> </Step> <Step label="4"> ### Add yourself as a testerOnce you do, you should receive an email invitation to join the TestFlight beta. When you accept the invitation, you can install Expo Go on your iOS device.
</Step>