Home
last modified time | relevance | path

Searched defs:hasPlatformFeatureAsync (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-device/build/
H A DDevice.js331 export async function hasPlatformFeatureAsync(feature) { function
/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/packages/expo-device/src/
H A DDevice.ts358 export async function hasPlatformFeatureAsync(feature: string): Promise<boolean> { function