Home
last modified time | relevance | path

Searched refs:getAsync (Results 1 – 20 of 20) sorted by relevance

/expo/apps/test-suite/tests/
H A DNavigationBar.js8 async function flipValueAsync({ getAsync, setAsync, values }) { field
13 const value = await getAsync();
20 const mutated = await getAsync();
27 getAsync: NavigationBar.getButtonStyleAsync, property
37 getAsync: NavigationBar.unstable_getPositionAsync, property
47 getAsync: NavigationBar.getVisibilityAsync, property
56 getAsync: NavigationBar.getBehaviorAsync, property
65 getAsync: NavigationBar.getBorderColorAsync, property
74 getAsync: NavigationBar.getBackgroundColorAsync, property
H A DSystemUI.js6 async function flipValueAsync({ getAsync, setAsync, values }) { field
11 const value = await getAsync();
18 const mutated = await getAsync();
24 getAsync: SystemUI.getBackgroundColorAsync, property
/expo/packages/@expo/cli/src/start/project/__tests__/
H A DdotExpo-test.ts27 await expect(file.getAsync('foo', null)).rejects.toThrowError(/ENOENT/);
/expo/packages/@expo/cli/src/api/user/
H A DUserSettings.ts65 let id = await settings.getAsync('uuid', null);
/expo/tools/src/commands/
H A DCreateUnimodule.ts19 const moduleScriptsVersion = (await JsonFile.getAsync(
H A DGenerateSDKDocs.ts31 const reactNativeVersion = await JsonFile.getAsync(reactNativePackageJsonPath, 'version', null);
H A DPublishProjectTemplates.ts152 (await JsonFile.getAsync(appJsonPath, 'expo.sdkVersion', null))
/expo/ios/versioned/sdk49/EXPermissions/EXPermissions/
H A DABI49_0_0EXPermissions.m24 ABI49_0_0EX_EXPORT_METHOD_AS(getAsync,
/expo/ios/versioned/sdk47/EXPermissions/EXPermissions/
H A DABI47_0_0EXPermissions.m24 ABI47_0_0EX_EXPORT_METHOD_AS(getAsync,
/expo/ios/versioned/sdk48/EXPermissions/EXPermissions/
H A DABI48_0_0EXPermissions.m24 ABI48_0_0EX_EXPORT_METHOD_AS(getAsync,
/expo/packages/create-expo-module/src/
H A Dtelemetry.ts48 let id = await settings.getAsync('uuid', null);
/expo/packages/create-expo-module/build/
H A Dtelemetry.js42 let id = await settings.getAsync('uuid', null);
H A Dtelemetry.js.map1 …: {},\n cantReadFileDefault: {},\n });\n\n let id = await settings.getAsync('uuid', null);\n\…
/expo/packages/create-expo/src/
H A Dtelemetry.ts213 const savedDeviceId = await JsonFile.getAsync(getStateJsonPath(), 'analyticsDeviceId', null);
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/permissions/
H A DPermissionsModule.kt74 fun getAsync(requestedPermissionsTypes: ArrayList<String>, promise: Promise) { in <lambda>() method
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/permissions/
H A DPermissionsModule.kt74 fun getAsync(requestedPermissionsTypes: ArrayList<String>, promise: Promise) { in <lambda>() method
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/permissions/
H A DPermissionsModule.kt74 fun getAsync(requestedPermissionsTypes: ArrayList<String>, promise: Promise) { in <lambda>() method
/expo/packages/expo-sensors/
H A DCHANGELOG.md157 …ync` what replaces deprecated `Permissions.askAsync()` and `Permissions.getAsync()`. ([#12501](htt…
/expo/docs/pages/workflow/
H A Dupgrading-expo-sdk-walkthrough.mdx296 …t have permission to send notifications. We recommend call `Permissions.getAsync(Permissions.NOTIF…
/expo/packages/expo-notifications/
H A DCHANGELOG.md404 - Added native permission requester that will let developers call `Permissions.getAsync(Permissions…