Home
last modified time | relevance | path

Searched refs:fullName (Results 1 – 25 of 46) sorted by relevance

12

/expo/tools/src/android-update-native-dependencies/
H A DupdateGradleFiles.ts16 fullName,
22 fullName: string;
29 const regexVersionVariable = new RegExp(`${fullName}:\\\${?(\\w+)}?`, 'ig');
61 const regexVersionInline = new RegExp(`${fullName}:${oldVersion}`, 'g');
64 ?.filter((it) => it.includes(`${fullName}:${oldVersion}`))
66 modifiedBody = modifiedBody.replace(match, `${fullName}:${newVersion}`);
143 ` ▶︎ ${chalk.blueBright(singleUpdate.fullName)}:${
H A Dprompts.ts61 const sortedDependencies = dependencies.sort((a, b) => a.fullName.localeCompare(b.fullName));
64 ` ▶︎ ${chalk.blueBright(dependency.fullName)} ${getChangelogLink(
65 dependency.fullName,
75 fullName: dependency.fullName,
120 message: `${dependency.fullName}:${dependency.currentVersion} ➡️ `,
H A DupdateChangelogFiles.ts23 `\`${update.fullName}:${update.oldVersion}\` ➡️ \`${update.newVersion}\``,
24 update.fullName
H A Dtypes.ts46 fullName: `${string}:${string}`; property
77 fullName: string; property
H A Dindex.ts14 ` ▶︎ ${dependency.fullName}:${dependency.currentVersion} ➡️ ${addColorBasedOnSemverDiff(
17 )} ${getChangelogLink(dependency.fullName, dependency.projectUrl)}`
/expo/ios/versioned/sdk47/EXAppleAuthentication/EXAppleAuthentication/
H A DABI47_0_0EXAppleAuthenticationRequest.m71 NSDictionary *fullName;
72 if (credential.fullName) {
73 fullName = [ABI47_0_0EXAppleAuthenticationMappings exportFullName:credential.fullName];
85 @"fullName": ABI47_0_0EXNullIfNil(fullName),
/expo/home/components/
H A DShareProjectButton.tsx11 fullName: string;
16 const url = `exp://${Config.api.host}/${props.fullName}`;
23 }, [props.fullName]);
H A DProjectsListItem.tsx21 fullName: string;
48 fullName,
59 Linking.openURL(UrlUtils.normalizeUrl(fullName));
/expo/packages/@expo/cli/src/start/server/middleware/inspector/
H A DLaunchBrowserImplWindows.ts25 fullName: 'Google Chrome',
29 fullName: 'Microsoft Edge',
39 ['-c', `Get-Package -Name '${this.MAP[browserType].fullName}'`],
/expo/home/screens/ProjectScreen/
H A DProjectView.tsx101 const fullName = data?.app.byId.fullName;
102 const title = data?.app.byId.name ?? fullName;
105 headerRight: () => <ShareProjectButton fullName={fullName} />,
/expo/home/screens/BranchListScreen/
H A DBranchList.tsx54 const fullName = data?.app.byId.fullName;
55 const title = `Branches - ${data?.app.byId.name ?? fullName}`;
/expo/home/screens/HomeScreen/
H A DProjectsSection.tsx37 fullName={project.fullName}
40 subtitle={project.packageName || project.fullName}
/expo/home/graphql/fragments/
H A DCommonSnackData.fragment.graphql5 fullName
H A DCurrentUserActorData.fragment.graphql16 fullName
H A DCommonAppData.fragment.graphql3 fullName
/expo/home/screens/DeleteAccountScreen/
H A DUserPermissionData.fragment.graphql6 fullName
/expo/apps/test-suite/screens/
H A DTestScreen.js122 ExponentTest.log(`${result.status === 'passed' ? 'PASS' : 'FAIL'} ${result.fullName}`);
125 console.log(`${grouping} ${emoji} ${result.fullName}`);
126 app._results += `${grouping} ${result.fullName}\n`;
129 app._failures += `${grouping} ${result.fullName}\n`;
244 …`The test portal has not been cleaned up by \`${jasmineResult.fullName}\`. Call \`cleanupPortal\` …
/expo/packages/expo-dev-launcher/bundle/functions/
H A DgetUserProfileAsync.ts19 fullName?: string;
/expo/home/graphql/queries/
H A DBranchDetails.query.graphql12 fullName
H A DBranchesForProjectQuery.query.graphql13 fullName
H A DProjectQuery.query.graphql11 fullName
/expo/home/screens/AccountModal/
H A DLoggedInAccountView.tsx75 <Row flex="1" align={!account.ownerUserActor?.fullName ? 'center' : 'start'}>
91 {account.ownerUserActor.fullName ? (
97 {account.ownerUserActor.fullName}
/expo/packages/expo-dev-launcher/bundle/components/
H A DAppHeader.tsx76 selectedAccount?.ownerUserActor?.fullName
77 ? selectedAccount.ownerUserActor.fullName
/expo/home/screens/ProjectsListScreen/
H A DProjectList.tsx136 fullName={app.fullName}
139 subtitle={app.packageName || app.fullName}
/expo/packages/expo-apple-authentication/src/
H A DAppleAuthentication.types.ts147 fullName: AppleAuthenticationFullName | null;

12