| /expo/packages/expo-device/build/ |
| H A D | Device.js | 9 export const isDevice = ExpoDevice ? ExpoDevice.isDevice : true; 20 export const brand = ExpoDevice ? ExpoDevice.brand : null; 31 export const manufacturer = ExpoDevice ? ExpoDevice.manufacturer : null; 42 export const modelId = ExpoDevice ? ExpoDevice.modelId || null : null; 52 export const modelName = ExpoDevice ? ExpoDevice.modelName : null; 87 export const deviceType = ExpoDevice ? ExpoDevice.deviceType : null; 102 export const totalMemory = ExpoDevice ? ExpoDevice.totalMemory : null; 123 export const osName = ExpoDevice ? ExpoDevice.osName : null; 132 export const osVersion = ExpoDevice ? ExpoDevice.osVersion : null; 143 export const osBuildId = ExpoDevice ? ExpoDevice.osBuildId : null; [all …]
|
| H A D | ExpoDevice.js.map | 1 …ExpoDevice.js","sourceRoot":"","sources":["../src/ExpoDevice.ts"],"names":[],"mappings":"AAAA,OAAO…
|
| H A D | ExpoDevice.d.ts.map | 1 {"version":3,"file":"ExpoDevice.d.ts","sourceRoot":"","sources":["../src/ExpoDevice.ts"],"names":[]…
|
| H A D | Device.js.map | 1 …ExpoDevice from './ExpoDevice';\n\nexport { DeviceType };\n\n/**\n * `true` if the app is running …
|
| H A D | ExpoDevice.web.d.ts.map | 1 {"version":3,"file":"ExpoDevice.web.d.ts","sourceRoot":"","sources":["../src/ExpoDevice.web.ts"],"n…
|
| H A D | ExpoDevice.web.js.map | 1 {"version":3,"file":"ExpoDevice.web.js","sourceRoot":"","sources":["../src/ExpoDevice.web.ts"],"nam…
|
| /expo/packages/expo-device/src/ |
| H A D | Device.ts | 4 import ExpoDevice from './ExpoDevice'; 12 export const isDevice: boolean = ExpoDevice ? ExpoDevice.isDevice : true; constant 24 export const brand: string | null = ExpoDevice ? ExpoDevice.brand : null; constant 36 export const manufacturer: string | null = ExpoDevice ? ExpoDevice.manufacturer : null; constant 48 export const modelId = ExpoDevice ? ExpoDevice.modelId || null : null; constant 59 export const modelName: string | null = ExpoDevice ? ExpoDevice.modelName : null; constant 114 export const totalMemory: number | null = ExpoDevice ? ExpoDevice.totalMemory : null; constant 137 export const osName: string | null = ExpoDevice ? ExpoDevice.osName : null; constant 147 export const osVersion: string | null = ExpoDevice ? ExpoDevice.osVersion : null; constant 159 export const osBuildId: string | null = ExpoDevice ? ExpoDevice.osBuildId : null; constant [all …]
|
| /expo/packages/expo-device/src/__tests__/ |
| H A D | ExpoDevice-test.web.ts | 3 import ExpoDevice from '../ExpoDevice.web'; 22 expect(ExpoDevice.totalMemory).toBe(8589934592); 26 expect(ExpoDevice.totalMemory).toBe(null);
|
| /expo/packages/@expo/cli/src/start/server/metro/inspector-proxy/__tests__/ |
| H A D | device.test.ts | 135 const ExpoDevice = createInspectorDeviceClass(metroBundler, MetroDevice); constant 136 const device = new ExpoDevice(); 138 return { ExpoDevice, MetroDevice, device, metroBundler };
|
| H A D | proxy.test.ts | 278 class ExpoDevice { 296 const expoProxy = new ExpoProxy(metroProxy, ExpoDevice); 298 return { ExpoDevice, metroProxy, expoProxy };
|
| /expo/packages/expo-device/ios/ |
| H A D | ExpoDevice.podspec | 6 s.name = 'ExpoDevice'
|
| /expo/apps/bare-expo/ios/ |
| H A D | Podfile.lock | 160 - ExpoDevice (5.7.0): 861 - ExpoDevice (from `../../../packages/expo-device/ios`) 1074 ExpoDevice: 1333 ExpoDevice: 3055a3229d414b8243323fddeb1ac2343548c2aa
|
| /expo/packages/jest-expo/src/preset/ |
| H A D | expoModules.js | 276 ExpoDevice: [ property 692 ExpoDevice: { property
|
| /expo/ios/versioned/sdk47/EXDevice/EXDevice/ |
| H A D | ABI47_0_0EXDevice.m | 25 ABI47_0_0EX_EXPORT_MODULE(ExpoDevice); category
|
| /expo/ios/ |
| H A D | Podfile.lock | 2251 - ExpoDevice (5.7.0): 3245 - ABI48_0_0ExpoDevice (from `./versioned/sdk48/ExpoDevice`) 3356 - ABI49_0_0ExpoDevice (from `./versioned/sdk49/ExpoDevice`) 3480 - ExpoDevice (from `../packages/expo-device/ios`) 3916 :path: "./versioned/sdk48/ExpoDevice" 4134 :path: "./versioned/sdk49/ExpoDevice" 4368 ExpoDevice: 4933 ExpoDevice: 3055a3229d414b8243323fddeb1ac2343548c2aa
|