| /expo/packages/@expo/cli/src/run/ios/options/__tests__/ |
| H A D | promptDevice-test.ts | 10 deviceType: 'device', 23 deviceType: 'device',
|
| H A D | resolveDevice-test.ts | 26 deviceType: 'device',
|
| /expo/packages/@expo/cli/src/run/ios/__tests__/ |
| H A D | runIosAsync-test.ts | 115 deviceType: 'device', 128 deviceType: 'device', 145 deviceType: 'device',
|
| /expo/apps/test-suite/tests/ |
| H A D | Device.js | 10 const deviceType = await Device.getDeviceTypeAsync(); 11 t.expect(Object.values(Device.DeviceType).includes(deviceType)).toBeTruthy(); 36 const deviceType = Device.deviceType; 60 t.expect(deviceType).toBeDefined(); 61 t.expect(typeof deviceType).toEqual('number');
|
| /expo/packages/expo-device/build/ |
| H A D | Device.js | 87 export const deviceType = ExpoDevice ? ExpoDevice.deviceType : null; constant
|
| H A D | ExpoDevice.web.d.ts | 8 readonly deviceType: DeviceType; constant
|
| H A D | Device.d.ts | 85 export declare const deviceType: DeviceType | null; constant
|
| H A D | ExpoDevice.web.js | 44 get deviceType() {
|
| H A D | ExpoDevice.web.js.map | 1 …\n },\n get deviceYearClass(): null {\n return null;\n },\n get deviceType(): DeviceType {\…
|
| H A D | Device.js.map | 1 …ice.deviceType; // UNKNOWN, PHONE, TABLET, TV, DESKTOP\n * ```\n */\nexport const deviceType: Devi…
|
| /expo/packages/expo-device/src/ |
| H A D | Device.ts | 97 export const deviceType: DeviceType | null = ExpoDevice ? ExpoDevice.deviceType : null; constant
|
| H A D | ExpoDevice.web.ts | 51 get deviceType(): DeviceType {
|
| /expo/packages/@expo/cli/src/run/ios/appleDevice/ |
| H A D | AppleDevice.ts | 27 deviceType: 'device' | 'catalyst'; property 54 deviceType: 'device',
|
| /expo/packages/@expo/cli/src/run/ios/options/ |
| H A D | promptDevice.ts | 19 const isConnected = isConnectedDevice(item) && item.deviceType === 'device';
|
| H A D | resolveDevice.ts | 77 device.deviceType.startsWith('com.apple.CoreSimulator.SimDeviceType.')
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | DeviceScreen.tsx | 74 <DeviceConstants name="Device type" value={deviceTypeMap[Device.deviceType!]} /> 95 name="Device deviceType"
|
| /expo/packages/expo-device/ |
| H A D | CHANGELOG.md | 41 - Added `deviceType` constant. ([#21633](https://github.com/expo/expo/pull/21633) by [@robertherber… 42 - On iOS added support for deviceType detection of Desktop on MacOS, checking for Catalyst and iPad…
|
| /expo/ios/versioned/sdk47/EXDevice/EXDevice/ |
| H A D | ABI47_0_0EXDevice.m | 58 resolve(@([[self class] deviceType])); 154 + (ABI47_0_0EXDeviceType)deviceType
|
| /expo/packages/@expo/cli/src/run/ios/__tests__/fixtures/ |
| H A D | outdated-xcode-error.log | 2 Details: (null) deviceType from 00008101-001964A22629003A was NULL when -platform called. 8 Details: (null) deviceType from 00008101-001964A22629003A was NULL when -platform called. 14 Details: (null) deviceType from 00008101-001964A22629003A was NULL when -platform called.
|
| /expo/packages/jest-expo/src/preset/ |
| H A D | expoModules.js | 695 deviceType: { type: 'number', mock: 1 }, property
|
| /expo/ |
| H A D | CHANGELOG.md | 84 …- Added `deviceType` constant. ([#21633](https://github.com/expo/expo/pull/21633) by [@robertherbe… 85 …- On iOS added support for deviceType detection of Desktop on MacOS, checking for Catalyst and iPa…
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/ |
| H A D | vulkan_core.h | 2672 VkPhysicalDeviceType deviceType; member
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/ |
| H A D | vulkan_core.h | 2672 VkPhysicalDeviceType deviceType; member
|
| /expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/ |
| H A D | vulkan_core.h | 2672 VkPhysicalDeviceType deviceType; member
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/ |
| H A D | vulkan_core.h | 2672 VkPhysicalDeviceType deviceType; member
|