| /expo/apps/test-suite/tests/ |
| H A D | NavigationBar.js | 8 async function flipValueAsync({ getAsync, setAsync, values }) { 10 await setAsync(values[0]); 19 await setAsync(nextValue); 28 setAsync: NavigationBar.setButtonStyleAsync, property 38 setAsync: NavigationBar.setPositionAsync, property 48 setAsync: NavigationBar.setVisibilityAsync, property 57 setAsync: NavigationBar.setBehaviorAsync, property 66 setAsync: NavigationBar.setBorderColorAsync, property 75 setAsync: NavigationBar.setBackgroundColorAsync, property
|
| H A D | SystemUI.js | 6 async function flipValueAsync({ getAsync, setAsync, values }) { 8 await setAsync(values[0]); 17 await setAsync(nextValue); 25 setAsync: SystemUI.setBackgroundColorAsync, property
|
| /expo/tools/src/commands/ |
| H A D | CreateUnimodule.ts | 33 await packageJson.setAsync('scripts', { 43 await packageJson.setAsync('repository', { 49 await packageJson.setAsync('bugs', { 53 await packageJson.setAsync('jest', {
|
| H A D | PublishProjectTemplates.ts | 147 await JsonFile.setAsync(path.join(template.path, 'package.json'), 'version', newVersion); 161 await JsonFile.setAsync(
|
| /expo/packages/@expo/cli/src/api/user/ |
| H A D | UserSettings.ts | 41 await UserSettings.setAsync('auth', sessionData, { 69 await settings.setAsync('uuid', id);
|
| /expo/packages/@expo/cli/src/start/project/ |
| H A D | dotExpo.ts | 23 async function setAsync(projectRoot: string, json: Partial<T>): Promise<T> { 39 setAsync,
|
| H A D | devices.ts | 52 return await DevicesFile.setAsync(projectRoot, { devices: [] }); 61 return await DevicesFile.setAsync(projectRoot, json);
|
| /expo/packages/@expo/cli/src/run/ios/codeSigning/ |
| H A D | settings.ts | 11 await UserSettings.setAsync('developmentCodeSigningId', id).catch(() => {});
|
| /expo/packages/@expo/cli/src/start/project/__tests__/ |
| H A D | dotExpo-test.ts | 33 await creator.setAsync(projectRoot, { foo: 'baz', baz: true });
|
| /expo/tools/src/publish-packages/tasks/ |
| H A D | updatePackageVersions.ts | 26 await JsonFile.setAsync(
|
| H A D | publishPackages.ts | 41 await JsonFile.setAsync(packageJsonPath, 'gitHead', gitHead);
|
| /expo/packages/@expo/config/src/__tests__/ |
| H A D | getAccountUsername-test.ts | 43 await getUserState().setAsync('auth', { username: 'bacon-boi' });
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | codesigning.ts | 85 async function setAsync(easProjectId: string, json: Partial<T>): Promise<T> { 104 setAsync, 398 await DevelopmentCodeSigningInfoFile.setAsync(easProjectId, {
|
| /expo/packages/create-expo-module/src/ |
| H A D | telemetry.ts | 52 await settings.setAsync('uuid', id);
|
| /expo/packages/create-expo-module/build/ |
| H A D | telemetry.js | 45 await settings.setAsync('uuid', id);
|
| H A D | telemetry.js.map | 1 …ll);\n\n if (!id) {\n id = crypto.randomUUID();\n await settings.setAsync('uuid', id);\n }…
|
| /expo/packages/@expo/cli/src/api/user/__tests__/ |
| H A D | user-test.ts | 173 await DevelopmentCodeSigningInfoFile.setAsync('test', {});
|
| /expo/packages/@expo/cli/src/start/server/ |
| H A D | AsyncNgrok.ts | 235 await ProjectSettings.setAsync(this.projectRoot, { urlRandomness: randomness });
|
| /expo/packages/create-expo/src/ |
| H A D | telemetry.ts | 221 await JsonFile.setAsync(getStateJsonPath(), 'analyticsDeviceId', deviceId);
|