| /expo/apps/test-suite/tests/ |
| H A D | NavigationBar.js | 8 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 D | SystemUI.js | 6 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 D | dotExpo-test.ts | 27 await expect(file.getAsync('foo', null)).rejects.toThrowError(/ENOENT/);
|
| /expo/packages/@expo/cli/src/api/user/ |
| H A D | UserSettings.ts | 65 let id = await settings.getAsync('uuid', null);
|
| /expo/tools/src/commands/ |
| H A D | CreateUnimodule.ts | 19 const moduleScriptsVersion = (await JsonFile.getAsync(
|
| H A D | GenerateSDKDocs.ts | 31 const reactNativeVersion = await JsonFile.getAsync(reactNativePackageJsonPath, 'version', null);
|
| H A D | PublishProjectTemplates.ts | 152 (await JsonFile.getAsync(appJsonPath, 'expo.sdkVersion', null))
|
| /expo/ios/versioned/sdk49/EXPermissions/EXPermissions/ |
| H A D | ABI49_0_0EXPermissions.m | 24 ABI49_0_0EX_EXPORT_METHOD_AS(getAsync,
|
| /expo/ios/versioned/sdk47/EXPermissions/EXPermissions/ |
| H A D | ABI47_0_0EXPermissions.m | 24 ABI47_0_0EX_EXPORT_METHOD_AS(getAsync,
|
| /expo/ios/versioned/sdk48/EXPermissions/EXPermissions/ |
| H A D | ABI48_0_0EXPermissions.m | 24 ABI48_0_0EX_EXPORT_METHOD_AS(getAsync,
|
| /expo/packages/create-expo-module/src/ |
| H A D | telemetry.ts | 48 let id = await settings.getAsync('uuid', null);
|
| /expo/packages/create-expo-module/build/ |
| H A D | telemetry.js | 42 let id = await settings.getAsync('uuid', null);
|
| H A D | telemetry.js.map | 1 …: {},\n cantReadFileDefault: {},\n });\n\n let id = await settings.getAsync('uuid', null);\n\…
|
| /expo/packages/create-expo/src/ |
| H A D | telemetry.ts | 213 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 D | PermissionsModule.kt | 74 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 D | PermissionsModule.kt | 74 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 D | PermissionsModule.kt | 74 fun getAsync(requestedPermissionsTypes: ArrayList<String>, promise: Promise) { in <lambda>() method
|
| /expo/packages/expo-sensors/ |
| H A D | CHANGELOG.md | 157 …ync` what replaces deprecated `Permissions.askAsync()` and `Permissions.getAsync()`. ([#12501](htt…
|
| /expo/docs/pages/workflow/ |
| H A D | upgrading-expo-sdk-walkthrough.mdx | 296 …t have permission to send notifications. We recommend call `Permissions.getAsync(Permissions.NOTIF…
|
| /expo/packages/expo-notifications/ |
| H A D | CHANGELOG.md | 404 - Added native permission requester that will let developers call `Permissions.getAsync(Permissions…
|