| /expo/docs/pages/workflow/ |
| H A D | ios-simulator.mdx | 3 description: Learn how you can install the iOS simulator on your Mac and use it to develop your app. 29 <ImageSpotlight alt="Xcode preferences" src="/static/images/ios-simulator/xcode-command-line.png" /> 43 <Video file="open-in-ios-simulator.mp4" /> 49 src="/static/images/ios-simulator/simulators-list.png" 74 alt="Opening a simulator manually from the macOS toolbar." 75 src="/static/images/ios-simulator/open-simulator-manually.png" 78 …of the simulator. You can also open multiple simulators at the same time, however, Expo CLI will a… 82 …install the app in the simulator, iOS will ask if you'd like to open the Expo Go app. You may need… 93 '# Open the app on a simulator to install the required Expo Go app', 102 …Go on your simulator and reinstall by pressing <kbd>Shift</kbd> + <kbd>i</kbd> in the Expo CLI Ter… [all …]
|
| /expo/packages/@expo/cli/src/run/ios/options/__tests__/ |
| H A D | resolveDevice-test.ts | 6 const simulator = { constant 43 getDevicesAsync: jest.fn(() => [simulator, simulator]), 54 resolveAsync: jest.fn(async () => ({ device: simulator })),
|
| /expo/docs/pages/build-reference/ |
| H A D | simulators.mdx | 9 … configure the build profile and install the build automatically on the simulator. This provides a… 13 … the build profile in [**eas.json**](/build/eas-json/) and set the `ios.simulator` value to `true`: 20 "simulator": true 32 …ove example, it is called `preview`. However, you can call it `local`, `simulator`, or whatever ma… 34 ## Installing build on the simulator 36 …he iOS Simulator before, follow the [iOS Simulator guide](/workflow/ios-simulator) before proceedi… 38 …it on the iOS Simulator. When prompted, press <kbd>Y</kbd> to directly install it on the simulator. 44 …able builds of your project. You can select the build to install on the simulator from this list. …
|
| /expo/docs/pages/develop/development-builds/ |
| H A D | create-a-build.mdx | 19 …on how to create a development build and then install it on an emulator/simulator or a physical de… 46 …elop it. It also generates a build artifact that you can install on a device or emulator/simulator. 55 ## Create a build for emulator/simulator 59 > This is only required if you want to develop a project on an emulator/simulator. Otherwise, skip … 79 …build profile](/build/eas-json/#build-profiles) for the simulator and then set the `ios.simulator`… 81 For example, the `development-simulator` profile below is only for creating a development build for… 86 "development-simulator": { 90 "simulator": true 99 <Terminal cmd={['$ eas build --profile development-simulator --platform ios']} /> 101 …it on the iOS Simulator. When prompted, press <kbd>Y</kbd> to directly install it on the simulator. [all …]
|
| /expo/tools/src/commands/ |
| H A D | ClientInstall.ts | 24 const simulator = await Simulator.ensureSimulatorOpenAsync(); constant 28 await Simulator.uninstallExpoAppFromSimulatorAsync(simulator); 32 const installResult = await Simulator.installExpoOnSimulatorAsync({ url: clientUrl, simulator });
|
| /expo/packages/expo-dev-menu/ios/Tests/ |
| H A D | DevMenuInternalModuleTest.swift | 12 #if targetEnvironment(simulator) in spec()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | react-native-xcode.sh | 16 if [[ "$CONFIGURATION" = *Debug* && ! "$PLATFORM_NAME" == *simulator ]]; then 37 if [[ "$PLATFORM_NAME" == *simulator ]]; then
|
| /expo/packages/expo/scripts/ |
| H A D | react-native-xcode.sh | 17 if [[ ! "$SKIP_BUNDLING_METRO_IP" && "$CONFIGURATION" = *Debug* && ! "$PLATFORM_NAME" == *simulator… 38 if [[ "$PLATFORM_NAME" == *simulator ]]; then
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | react-native-xcode.sh | 16 if [[ ! "$SKIP_BUNDLING_METRO_IP" && "$CONFIGURATION" = *Debug* && ! "$PLATFORM_NAME" == *simulator… 37 if [[ "$PLATFORM_NAME" == *simulator ]]; then
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/ |
| H A D | react-native-xcode.sh | 16 if [[ ! "$SKIP_BUNDLING_METRO_IP" && "$CONFIGURATION" = *Debug* && ! "$PLATFORM_NAME" == *simulator… 37 if [[ "$PLATFORM_NAME" == *simulator ]]; then
|
| /expo/docs/components/plugins/ |
| H A D | PlatformsSection.tsx | 12 { title: 'iOS Simulator', propName: 'simulator' }, 47 simulator?: boolean;
|
| /expo/ios/versioned/sdk49/EXCamera/EXCamera/ |
| H A D | CameraViewModule.swift | 153 #if targetEnvironment(simulator) in definition() 162 #if targetEnvironment(simulator) in definition() 174 #if targetEnvironment(simulator) in definition() 186 #if targetEnvironment(simulator) in definition() 198 #if targetEnvironment(simulator) in definition()
|
| /expo/packages/expo-camera/ios/EXCamera/ |
| H A D | CameraViewModule.swift | 153 #if targetEnvironment(simulator) in definition() 162 #if targetEnvironment(simulator) in definition() 174 #if targetEnvironment(simulator) in definition() 186 #if targetEnvironment(simulator) in definition() 198 #if targetEnvironment(simulator) in definition()
|
| /expo/ios/versioned/sdk48/EXCamera/EXCamera/ |
| H A D | CameraViewModule.swift | 145 #if targetEnvironment(simulator) in definition() 154 #if targetEnvironment(simulator) in definition() 166 #if targetEnvironment(simulator) in definition() 178 #if targetEnvironment(simulator) in definition() 190 #if targetEnvironment(simulator) in definition()
|
| /expo/ios/versioned/sdk47/EXCamera/EXCamera/ |
| H A D | CameraViewModule.swift | 145 #if targetEnvironment(simulator) in definition() 154 #if targetEnvironment(simulator) in definition() 166 #if targetEnvironment(simulator) in definition() 178 #if targetEnvironment(simulator) in definition() 190 #if targetEnvironment(simulator) in definition()
|
| /expo/packages/expo-dev-client/ |
| H A D | .detoxrc.js | 24 simulator: { property
|
| /expo/packages/expo-updates/e2e/fixtures/project_files/ |
| H A D | detox.config.js | 43 simulator: { property
|
| /expo/apps/bare-expo/ |
| H A D | detox.config.js | 43 simulator: { property
|
| H A D | README.md | 8 …atically pod install, npm install, open a simulator, clear and start Metro, then open the app in t…
|
| /expo/apps/eas-expo-go/scripts/ |
| H A D | eas-build-on-success.sh | 70 et eas ios-simulator-publish
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | sms.mdx | 15 <PlatformsSection android emulator ios simulator />
|
| H A D | constants.mdx | 14 <PlatformsSection android emulator ios simulator web />
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | sms.mdx | 15 <PlatformsSection android emulator ios simulator />
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | constants.mdx | 14 <PlatformsSection android emulator ios simulator web />
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | constants.mdx | 14 <PlatformsSection android emulator ios simulator web />
|