Searched refs:getPlatformFeaturesAsync (Results 1 – 8 of 8) sorted by relevance
312 export async function getPlatformFeaturesAsync() { function313 if (!ExpoDevice.getPlatformFeaturesAsync) {316 return await ExpoDevice.getPlatformFeaturesAsync();
275 export declare function getPlatformFeaturesAsync(): Promise<string[]>;
1 …getPlatformFeaturesAsync();\n * // [\n * // 'android.software.adoptable_storage',\n * // 'andr…
338 export async function getPlatformFeaturesAsync(): Promise<string[]> { function339 if (!ExpoDevice.getPlatformFeaturesAsync) {342 return await ExpoDevice.getPlatformFeaturesAsync();
76 const allFeatures = await Device.getPlatformFeaturesAsync();210 const allFeatures = await Device.getPlatformFeaturesAsync();
102 method={Device.getPlatformFeaturesAsync}
146 fun getPlatformFeaturesAsync(promise: Promise) { in getPlatformFeaturesAsync() method
279 ### `Device.getPlatformFeaturesAsync()`290 await Device.getPlatformFeaturesAsync();