import { Text, Spacer, View } from 'expo-dev-client-components'; import * as React from 'react'; import { BaseModal } from './BaseModal'; export function DevServerExplainerModal() { return ( Start a local development server with: npx expo start --dev-client Then, select the local server when it appears here. Alternatively, open the Camera app and scan the QR code that appears in your terminal ); }