Home
last modified time | relevance | path

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

/expo/packages/expo-device/build/
H A DDevice.js312 export async function getPlatformFeaturesAsync() { function
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/device/
H A DDeviceModule.kt146 fun getPlatformFeaturesAsync(promise: Promise) { in getPlatformFeaturesAsync() method in abi47_0_0.expo.modules.device.DeviceModule
/expo/packages/expo-device/src/
H A DDevice.ts338 export async function getPlatformFeaturesAsync(): Promise<string[]> { function