Home
last modified time | relevance | path

Searched refs:setAsync (Results 1 – 19 of 19) sorted by relevance

/expo/apps/test-suite/tests/
H A DNavigationBar.js8 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 DSystemUI.js6 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 DCreateUnimodule.ts33 await packageJson.setAsync('scripts', {
43 await packageJson.setAsync('repository', {
49 await packageJson.setAsync('bugs', {
53 await packageJson.setAsync('jest', {
H A DPublishProjectTemplates.ts147 await JsonFile.setAsync(path.join(template.path, 'package.json'), 'version', newVersion);
161 await JsonFile.setAsync(
/expo/packages/@expo/cli/src/api/user/
H A DUserSettings.ts41 await UserSettings.setAsync('auth', sessionData, {
69 await settings.setAsync('uuid', id);
/expo/packages/@expo/cli/src/start/project/
H A DdotExpo.ts23 async function setAsync(projectRoot: string, json: Partial<T>): Promise<T> {
39 setAsync,
H A Ddevices.ts52 return await DevicesFile.setAsync(projectRoot, { devices: [] });
61 return await DevicesFile.setAsync(projectRoot, json);
/expo/packages/@expo/cli/src/run/ios/codeSigning/
H A Dsettings.ts11 await UserSettings.setAsync('developmentCodeSigningId', id).catch(() => {});
/expo/packages/@expo/cli/src/start/project/__tests__/
H A DdotExpo-test.ts33 await creator.setAsync(projectRoot, { foo: 'baz', baz: true });
/expo/tools/src/publish-packages/tasks/
H A DupdatePackageVersions.ts26 await JsonFile.setAsync(
H A DpublishPackages.ts41 await JsonFile.setAsync(packageJsonPath, 'gitHead', gitHead);
/expo/packages/@expo/config/src/__tests__/
H A DgetAccountUsername-test.ts43 await getUserState().setAsync('auth', { username: 'bacon-boi' });
/expo/packages/@expo/cli/src/utils/
H A Dcodesigning.ts85 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 Dtelemetry.ts52 await settings.setAsync('uuid', id);
/expo/packages/create-expo-module/build/
H A Dtelemetry.js45 await settings.setAsync('uuid', id);
H A Dtelemetry.js.map1 …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 Duser-test.ts173 await DevelopmentCodeSigningInfoFile.setAsync('test', {});
/expo/packages/@expo/cli/src/start/server/
H A DAsyncNgrok.ts235 await ProjectSettings.setAsync(this.projectRoot, { urlRandomness: randomness });
/expo/packages/create-expo/src/
H A Dtelemetry.ts221 await JsonFile.setAsync(getStateJsonPath(), 'analyticsDeviceId', deviceId);