Home
last modified time | relevance | path

Searched refs:getDeviceTypeAsync (Results 1 – 16 of 16) sorted by relevance

/expo/packages/expo-device/build/
H A DDevice.js211 export async function getDeviceTypeAsync() { function
212 if (!ExpoDevice.getDeviceTypeAsync) {
215 return await ExpoDevice.getDeviceTypeAsync();
H A DExpoDevice.web.d.ts16 getDeviceTypeAsync(): Promise<DeviceType>; constant
H A DDevice.d.ts203 export declare function getDeviceTypeAsync(): Promise<DeviceType>; function
H A DExpoDevice.web.js72 async getDeviceTypeAsync() {
H A DDevice.js.map1getDeviceTypeAsync();\n * // DeviceType.PHONE\n * ```\n */\nexport async function getDeviceTypeAsy…
H A DExpoDevice.web.js.map1 …n },\n get deviceName(): null {\n return null;\n },\n async getDeviceTypeAsync(): Promise<D…
/expo/packages/expo-device/src/
H A DDevice.ts232 export async function getDeviceTypeAsync(): Promise<DeviceType> { function
233 if (!ExpoDevice.getDeviceTypeAsync) {
236 return await ExpoDevice.getDeviceTypeAsync();
H A DExpoDevice.web.ts79 async getDeviceTypeAsync(): Promise<DeviceType> {
/expo/apps/native-component-list/src/screens/
H A DDeviceScreen.tsx96 method={async () => deviceTypeMap[await Device.getDeviceTypeAsync()]}
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/device/
H A DDeviceModule.kt87 fun getDeviceTypeAsync(promise: Promise) { in getDeviceTypeAsync() method in abi47_0_0.expo.modules.device.DeviceModule
/expo/apps/test-suite/tests/
H A DDevice.js10 const deviceType = await Device.getDeviceTypeAsync();
/expo/packages/expo-device/
H A DCHANGELOG.md46 - Fixed Device.getDeviceTypeAsync() returning TABLET on some devices. ([#21325](https://github.com/…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Ddevice.mdx193 ### `Device.getDeviceTypeAsync()`
206 await Device.getDeviceTypeAsync();
/expo/ios/versioned/sdk47/EXDevice/EXDevice/
H A DABI47_0_0EXDevice.m54 ABI47_0_0EX_EXPORT_METHOD_AS(getDeviceTypeAsync, category
/expo/packages/expo-constants/build/
H A DConstants.types.js.map1 … iPad, or Apple TV.\n * @deprecated Use `expo-device`'s [`Device.getDeviceTypeAsync()`](./device…
/expo/
H A DCHANGELOG.md164 …- Fixed Device.getDeviceTypeAsync() returning TABLET on some devices. ([#21325](https://github.com…