Home
last modified time | relevance | path

Searched refs:yellow (Results 1 – 25 of 130) sorted by relevance

123456

/expo/scripts/
H A Dcheck-cocoapods-lockfiles.sh9 yellow="tput setaf 3"
28 dirs=$(printf " or $($green)%s$($yellow)" "${pathsToUpdate[@]}")
29 …printf "\\n⚠️ $($yellow)Update your local CocoaPods with $($blue)et pod-install$($yellow) if you'…
/expo/tools/src/commands/
H A DGenerateSDKDocs.ts47 console.log(`Importing React Native docs to ${chalk.yellow('unversioned')} directory...\n`);
69 `Copying ${chalk.yellow('unversioned')} docs to ${chalk.yellow(
98 `Copying ${chalk.yellow('unversioned')} static examples to ${chalk.yellow(
113 `Copying ${chalk.yellow('unversioned')} generated API files to ${chalk.yellow(
127 )} in ${chalk.yellow('docs/package.json')}`
H A DUpdateProjectTemplates.ts75 chalk.yellow('>'),
82 chalk.yellow('>'),
101 console.log(chalk.yellow('>'), 'Yarning...');
139 console.log(chalk.yellow('>'), chalk.green('Success!'), '\n');
H A DCheckPackages.ts9 const { green, magenta, yellow } = chalk; constant
56 failedPackages.map((failedPackage) => yellow(failedPackage)).join(', ')
H A DUpdateVersionsEndpoint.ts54 console.log(`Deleting ${chalk.yellow(key)} config key ...`);
57 console.log(`Changing ${chalk.yellow(key)} config key ...`);
64 console.log(chalk.yellow('There are no changes to apply in the configuration.'));
88 console.log(chalk.yellow('Canceled'));
147 console.log(chalk.yellow('Canceled'));
H A DPromoteVersionsToProduction.ts23 console.log(chalk.yellow('There are no changes to apply in the configuration.'));
48 console.log(chalk.yellow('Canceled'));
H A DCherryPickCommand.ts159 name: `${chalk.yellow(commit.hash.slice(0, 10))} ${commit.authorDate} ${chalk.magenta(
172 logger.log(chalk.bold(chalk.yellow(`git checkout ${destination}`)));
185 logger.log(chalk.bold(chalk.yellow(`git cherry-pick ${commitHashes.join(' ')}`)));
187 logger.info(`Running ${chalk.yellow(`git cherry-pick ${commitHashes.join(' ')}`)}`);
/expo/tools/src/promote-packages/tasks/
H A DpromotePackages.ts12 const { yellow, red, green, cyan } = chalk; constant
23 logger.info(`\n�� Promoting packages to ${yellow.bold(options.tag)} tag...`);
36 yellow(options.tag),
48 batch.log(' ', `Dropping ${yellow(distTag)} tag (${cyan(currentVersion)})...`);
H A DlistPackagesToPromote.ts10 const { yellow } = chalk; constant
26 logger.info(`\n�� Packages to promote to ${yellow.bold(options.tag)}:`);
/expo/apps/native-component-list/src/screens/SVG/examples/
H A DEllipse.tsx18 fill="yellow"
32 <Svg.Ellipse cx="92" cy="30" rx="70" ry="20" fill="yellow" />
39 static title = 'The following example combines two ellipses (one yellow and one white)';
43 <Svg.Ellipse cx="100" cy="50" rx="90" ry="30" fill="yellow" />
52 <Svg.Ellipse cx="10" cy="10" rx="8" ry="4" stroke="purple" strokeWidth="1" fill="yellow" />
H A DSvg.tsx27 <Rect x="15" y="15" width="70" height="70" stroke="red" strokeWidth="2" fill="yellow" />
39 <Rect x="15" y="15" width="70" height="70" stroke="red" strokeWidth="2" fill="yellow" />
52 <Circle cx="50" cy="50" r="30" fill="yellow" />
84 stroke="yellow"
87 <Line x1="10%" y1="10%" x2="90%" y2="90%" stroke="yellow" strokeWidth="4" />
88 <Line x1="10%" y1="90%" x2="90%" y2="10%" stroke="yellow" strokeWidth="4" />
143 <Rect x="4" y="4" width="12" height="12" stroke="red" strokeWidth="1" fill="yellow" />
/expo/tools/src/check-packages/
H A DgetPackagesToCheckAsync.ts9 const { yellow } = chalk; constant
15 logger.error(`�� Cannot get merge base for reference: ${yellow(ref)}\n`, e.stack);
45 `�� Couldn't find merge base with ${yellow(sinceRef)}, falling back to all packages\n`
/expo/tools/src/publish-packages/tasks/
H A DcheckRepositoryStatus.ts9 const { cyan, yellow, blue } = chalk; constant
80 prefix: yellow('⚠️ '),
81 message: yellow(`Do you want to proceed?`),
H A DupdateAndroidProjects.ts12 const { yellow, magenta } = chalk; constant
41 logger.log(' ', `Updating ${yellow('version')} in ${magenta(relativeGradlePath)}`);
H A DpublishPackagesPipeline.ts25 const { cyan, yellow } = chalk; constant
62 `Run ${cyan.bold('et promote-packages')} to promote them to ${yellow('latest')} tag.`
H A DpublishPackages.ts12 const { green, cyan, yellow } = chalk; constant
36 `${green(pkg.packageName)} version ${cyan(state.releaseVersion!)} as ${yellow(options.tag)}`
H A DcheckPackagesIntegrity.ts10 const { green, cyan, blue, yellow } = chalk; constant
90 message: yellow('Some integrity checks have failed. Do you want to proceed either way?'),
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dandroid-e2e-test.js59 ' > ' + method.yellow,
62 pd.xml(data).yellow,
65 console.log(' > ' + method.yellow, command.grey, data || '');
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dandroid-e2e-test.js59 ' > ' + method.yellow,
62 pd.xml(data).yellow,
65 console.log(' > ' + method.yellow, command.grey, data || '');
/expo/tools/src/vendoring/devmenu/steps/
H A DTransformFilesName.ts13 `�� find ${chalk.yellow(this.find.toString())} in files names in path ${chalk.green(
15 )}/${chalk.yellow(this.filePattern)} and replace with ${chalk.magenta(this.replace)}`
H A DClone.ts46 this.logSubStep(`�� remove ${chalk.yellow(this.overrideWorkingDirectory())}`);
50 `�� clone repo ${chalk.green(this.url)} into ${chalk.yellow(this.overrideWorkingDirectory())}`
H A DTransformFilesContent.ts45 `�� find ${chalk.yellow(this.find.toString())} in ${chalk.green(
47 )}/${chalk.yellow(this.filePattern)} and replace with ${chalk.magenta(this.replace)}`
/expo/packages/expo-updates/cli/utils/
H A DmodifyConfigAsync.ts24 chalk.yellow(
34 Log.log(chalk.yellow(message));
/expo/packages/@expo/cli/src/utils/
H A DmodifyConfigAsync.ts25 chalk.yellow(
35 Log.log(chalk.yellow(message));
/expo/tools/src/
H A DFormatter.ts7 const { white, cyan, red, green, yellow, blue, gray, dim, reset } = chalk; constant
49 return yellow.bold(`(${link(abbreviatedHash, url)})`);
90 const logColor = p3 === 'error' ? red.bold : yellow.bold;

123456