Home
last modified time | relevance | path

Searched refs:simulator (Results 1 – 25 of 528) sorted by relevance

12345678910>>...22

/expo/docs/pages/workflow/
H A Dios-simulator.mdx3 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 DresolveDevice-test.ts6 const simulator = { constant
43 getDevicesAsync: jest.fn(() => [simulator, simulator]),
54 resolveAsync: jest.fn(async () => ({ device: simulator })),
/expo/docs/pages/build-reference/
H A Dsimulators.mdx9 … 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 Dcreate-a-build.mdx19 …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 DClientInstall.ts24 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 DDevMenuInternalModuleTest.swift12 #if targetEnvironment(simulator) in spec()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dreact-native-xcode.sh16 if [[ "$CONFIGURATION" = *Debug* && ! "$PLATFORM_NAME" == *simulator ]]; then
37 if [[ "$PLATFORM_NAME" == *simulator ]]; then
/expo/packages/expo/scripts/
H A Dreact-native-xcode.sh17 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 Dreact-native-xcode.sh16 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 Dreact-native-xcode.sh16 if [[ ! "$SKIP_BUNDLING_METRO_IP" && "$CONFIGURATION" = *Debug* && ! "$PLATFORM_NAME" == *simulator
37 if [[ "$PLATFORM_NAME" == *simulator ]]; then
/expo/docs/components/plugins/
H A DPlatformsSection.tsx12 { title: 'iOS Simulator', propName: 'simulator' },
47 simulator?: boolean;
/expo/ios/versioned/sdk49/EXCamera/EXCamera/
H A DCameraViewModule.swift153 #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 DCameraViewModule.swift153 #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 DCameraViewModule.swift145 #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 DCameraViewModule.swift145 #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.js24 simulator: { property
/expo/packages/expo-updates/e2e/fixtures/project_files/
H A Ddetox.config.js43 simulator: { property
/expo/apps/bare-expo/
H A Ddetox.config.js43 simulator: { property
H A DREADME.md8 …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 Deas-build-on-success.sh70 et eas ios-simulator-publish
/expo/docs/pages/versions/unversioned/sdk/
H A Dsms.mdx15 <PlatformsSection android emulator ios simulator />
H A Dconstants.mdx14 <PlatformsSection android emulator ios simulator web />
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dsms.mdx15 <PlatformsSection android emulator ios simulator />
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dconstants.mdx14 <PlatformsSection android emulator ios simulator web />
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dconstants.mdx14 <PlatformsSection android emulator ios simulator web />

12345678910>>...22