| /expo/tools/src/android-update-native-dependencies/ |
| H A D | updateGradleFiles.ts | 16 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 D | prompts.ts | 61 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 D | updateChangelogFiles.ts | 23 `\`${update.fullName}:${update.oldVersion}\` ➡️ \`${update.newVersion}\``, 24 update.fullName
|
| H A D | types.ts | 46 fullName: `${string}:${string}`; property 77 fullName: string; property
|
| H A D | index.ts | 14 ` ▶︎ ${dependency.fullName}:${dependency.currentVersion} ➡️ ${addColorBasedOnSemverDiff( 17 )} ${getChangelogLink(dependency.fullName, dependency.projectUrl)}`
|
| /expo/ios/versioned/sdk47/EXAppleAuthentication/EXAppleAuthentication/ |
| H A D | ABI47_0_0EXAppleAuthenticationRequest.m | 71 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 D | ShareProjectButton.tsx | 11 fullName: string; 16 const url = `exp://${Config.api.host}/${props.fullName}`; 23 }, [props.fullName]);
|
| H A D | ProjectsListItem.tsx | 21 fullName: string; 48 fullName, 59 Linking.openURL(UrlUtils.normalizeUrl(fullName));
|
| /expo/packages/@expo/cli/src/start/server/middleware/inspector/ |
| H A D | LaunchBrowserImplWindows.ts | 25 fullName: 'Google Chrome', 29 fullName: 'Microsoft Edge', 39 ['-c', `Get-Package -Name '${this.MAP[browserType].fullName}'`],
|
| /expo/home/screens/ProjectScreen/ |
| H A D | ProjectView.tsx | 101 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 D | BranchList.tsx | 54 const fullName = data?.app.byId.fullName; 55 const title = `Branches - ${data?.app.byId.name ?? fullName}`;
|
| /expo/home/screens/HomeScreen/ |
| H A D | ProjectsSection.tsx | 37 fullName={project.fullName} 40 subtitle={project.packageName || project.fullName}
|
| /expo/home/graphql/fragments/ |
| H A D | CommonSnackData.fragment.graphql | 5 fullName
|
| H A D | CurrentUserActorData.fragment.graphql | 16 fullName
|
| H A D | CommonAppData.fragment.graphql | 3 fullName
|
| /expo/home/screens/DeleteAccountScreen/ |
| H A D | UserPermissionData.fragment.graphql | 6 fullName
|
| /expo/apps/test-suite/screens/ |
| H A D | TestScreen.js | 122 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 D | getUserProfileAsync.ts | 19 fullName?: string;
|
| /expo/home/graphql/queries/ |
| H A D | BranchDetails.query.graphql | 12 fullName
|
| H A D | BranchesForProjectQuery.query.graphql | 13 fullName
|
| H A D | ProjectQuery.query.graphql | 11 fullName
|
| /expo/home/screens/AccountModal/ |
| H A D | LoggedInAccountView.tsx | 75 <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 D | AppHeader.tsx | 76 selectedAccount?.ownerUserActor?.fullName 77 ? selectedAccount.ownerUserActor.fullName
|
| /expo/home/screens/ProjectsListScreen/ |
| H A D | ProjectList.tsx | 136 fullName={app.fullName} 139 subtitle={app.packageName || app.fullName}
|
| /expo/packages/expo-apple-authentication/src/ |
| H A D | AppleAuthentication.types.ts | 147 fullName: AppleAuthenticationFullName | null;
|