Home
last modified time | relevance | path

Searched refs:getPlatformFeaturesAsync (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-device/build/
H A DDevice.js312 export async function getPlatformFeaturesAsync() { function
313 if (!ExpoDevice.getPlatformFeaturesAsync) {
316 return await ExpoDevice.getPlatformFeaturesAsync();
H A DDevice.d.ts275 export declare function getPlatformFeaturesAsync(): Promise<string[]>;
H A DDevice.js.map1getPlatformFeaturesAsync();\n * // [\n * // 'android.software.adoptable_storage',\n * // 'andr…
/expo/packages/expo-device/src/
H A DDevice.ts338 export async function getPlatformFeaturesAsync(): Promise<string[]> { function
339 if (!ExpoDevice.getPlatformFeaturesAsync) {
342 return await ExpoDevice.getPlatformFeaturesAsync();
/expo/apps/test-suite/tests/
H A DDevice.js76 const allFeatures = await Device.getPlatformFeaturesAsync();
210 const allFeatures = await Device.getPlatformFeaturesAsync();
/expo/apps/native-component-list/src/screens/
H A DDeviceScreen.tsx102 method={Device.getPlatformFeaturesAsync}
/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
/expo/docs/pages/versions/v46.0.0/sdk/
H A Ddevice.mdx279 ### `Device.getPlatformFeaturesAsync()`
290 await Device.getPlatformFeaturesAsync();