Home
last modified time | relevance | path

Searched refs:deviceType (Results 1 – 25 of 29) sorted by relevance

12

/expo/packages/@expo/cli/src/run/ios/options/__tests__/
H A DpromptDevice-test.ts10 deviceType: 'device',
23 deviceType: 'device',
H A DresolveDevice-test.ts26 deviceType: 'device',
/expo/packages/@expo/cli/src/run/ios/__tests__/
H A DrunIosAsync-test.ts115 deviceType: 'device',
128 deviceType: 'device',
145 deviceType: 'device',
/expo/apps/test-suite/tests/
H A DDevice.js10 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 DDevice.js87 export const deviceType = ExpoDevice ? ExpoDevice.deviceType : null; constant
H A DExpoDevice.web.d.ts8 readonly deviceType: DeviceType; constant
H A DDevice.d.ts85 export declare const deviceType: DeviceType | null; constant
H A DExpoDevice.web.js44 get deviceType() {
H A DExpoDevice.web.js.map1 …\n },\n get deviceYearClass(): null {\n return null;\n },\n get deviceType(): DeviceType {\…
H A DDevice.js.map1 …ice.deviceType; // UNKNOWN, PHONE, TABLET, TV, DESKTOP\n * ```\n */\nexport const deviceType: Devi…
/expo/packages/expo-device/src/
H A DDevice.ts97 export const deviceType: DeviceType | null = ExpoDevice ? ExpoDevice.deviceType : null; constant
H A DExpoDevice.web.ts51 get deviceType(): DeviceType {
/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DAppleDevice.ts27 deviceType: 'device' | 'catalyst'; property
54 deviceType: 'device',
/expo/packages/@expo/cli/src/run/ios/options/
H A DpromptDevice.ts19 const isConnected = isConnectedDevice(item) && item.deviceType === 'device';
H A DresolveDevice.ts77 device.deviceType.startsWith('com.apple.CoreSimulator.SimDeviceType.')
/expo/apps/native-component-list/src/screens/
H A DDeviceScreen.tsx74 <DeviceConstants name="Device type" value={deviceTypeMap[Device.deviceType!]} />
95 name="Device deviceType"
/expo/packages/expo-device/
H A DCHANGELOG.md41 - 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 DABI47_0_0EXDevice.m58 resolve(@([[self class] deviceType]));
154 + (ABI47_0_0EXDeviceType)deviceType
/expo/packages/@expo/cli/src/run/ios/__tests__/fixtures/
H A Doutdated-xcode-error.log2 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 DexpoModules.js695 deviceType: { type: 'number', mock: 1 }, property
/expo/
H A DCHANGELOG.md84 …- 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 Dvulkan_core.h2672 VkPhysicalDeviceType deviceType; member
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h2672 VkPhysicalDeviceType deviceType; member
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h2672 VkPhysicalDeviceType deviceType; member
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h2672 VkPhysicalDeviceType deviceType; member

12