Searched refs:hasPlatformFeatureAsync (Results 1 – 7 of 7) sorted by relevance
331 export async function hasPlatformFeatureAsync(feature) { function332 if (!ExpoDevice.hasPlatformFeatureAsync) {335 return await ExpoDevice.hasPlatformFeatureAsync(feature);
289 export declare function hasPlatformFeatureAsync(feature: string): Promise<boolean>;
1 …hasPlatformFeatureAsync('amazon.hardware.fire_tv');\n * // true or false\n * ```\n * @platform and…
358 export async function hasPlatformFeatureAsync(feature: string): Promise<boolean> { function359 if (!ExpoDevice.hasPlatformFeatureAsync) {362 return await ExpoDevice.hasPlatformFeatureAsync(feature);
81 const hasFeature = await Device.hasPlatformFeatureAsync('amazon_fire_tv');180 hasFeature = await Device.hasPlatformFeatureAsync('amazon_fire_tv');194 hasFeature = await Device.hasPlatformFeatureAsync('camera');
153 fun hasPlatformFeatureAsync(feature: String, promise: Promise) { in hasPlatformFeatureAsync() method in abi47_0_0.expo.modules.device.DeviceModule
299 ### `Device.hasPlatformFeatureAsync(feature)`314 await Device.hasPlatformFeatureAsync('amazon.hardware.fire_tv');