Home
last modified time | relevance | path

Searched refs:hasPlatformFeatureAsync (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-device/build/
H A DDevice.js331 export async function hasPlatformFeatureAsync(feature) { function
332 if (!ExpoDevice.hasPlatformFeatureAsync) {
335 return await ExpoDevice.hasPlatformFeatureAsync(feature);
H A DDevice.d.ts289 export declare function hasPlatformFeatureAsync(feature: string): Promise<boolean>;
H A DDevice.js.map1hasPlatformFeatureAsync('amazon.hardware.fire_tv');\n * // true or false\n * ```\n * @platform and…
/expo/packages/expo-device/src/
H A DDevice.ts358 export async function hasPlatformFeatureAsync(feature: string): Promise<boolean> { function
359 if (!ExpoDevice.hasPlatformFeatureAsync) {
362 return await ExpoDevice.hasPlatformFeatureAsync(feature);
/expo/apps/test-suite/tests/
H A DDevice.js81 const hasFeature = await Device.hasPlatformFeatureAsync('amazon_fire_tv');
180 hasFeature = await Device.hasPlatformFeatureAsync('amazon_fire_tv');
194 hasFeature = await Device.hasPlatformFeatureAsync('camera');
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/device/
H A DDeviceModule.kt153 fun hasPlatformFeatureAsync(feature: String, promise: Promise) { in hasPlatformFeatureAsync() method in abi47_0_0.expo.modules.device.DeviceModule
/expo/docs/pages/versions/v46.0.0/sdk/
H A Ddevice.mdx299 ### `Device.hasPlatformFeatureAsync(feature)`
314 await Device.hasPlatformFeatureAsync('amazon.hardware.fire_tv');