| /expo/scripts/ |
| H A D | check-cocoapods-lockfiles.sh | 9 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 D | GenerateSDKDocs.ts | 47 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 D | UpdateProjectTemplates.ts | 75 chalk.yellow('>'), 82 chalk.yellow('>'), 101 console.log(chalk.yellow('>'), 'Yarning...'); 139 console.log(chalk.yellow('>'), chalk.green('Success!'), '\n');
|
| H A D | CheckPackages.ts | 9 const { green, magenta, yellow } = chalk; constant 56 failedPackages.map((failedPackage) => yellow(failedPackage)).join(', ')
|
| H A D | UpdateVersionsEndpoint.ts | 54 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 D | PromoteVersionsToProduction.ts | 23 console.log(chalk.yellow('There are no changes to apply in the configuration.')); 48 console.log(chalk.yellow('Canceled'));
|
| H A D | CherryPickCommand.ts | 159 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 D | promotePackages.ts | 12 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 D | listPackagesToPromote.ts | 10 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 D | Ellipse.tsx | 18 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 D | Svg.tsx | 27 <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 D | getPackagesToCheckAsync.ts | 9 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 D | checkRepositoryStatus.ts | 9 const { cyan, yellow, blue } = chalk; constant 80 prefix: yellow('⚠️ '), 81 message: yellow(`Do you want to proceed?`),
|
| H A D | updateAndroidProjects.ts | 12 const { yellow, magenta } = chalk; constant 41 logger.log(' ', `Updating ${yellow('version')} in ${magenta(relativeGradlePath)}`);
|
| H A D | publishPackagesPipeline.ts | 25 const { cyan, yellow } = chalk; constant 62 `Run ${cyan.bold('et promote-packages')} to promote them to ${yellow('latest')} tag.`
|
| H A D | publishPackages.ts | 12 const { green, cyan, yellow } = chalk; constant 36 `${green(pkg.packageName)} version ${cyan(state.releaseVersion!)} as ${yellow(options.tag)}`
|
| H A D | checkPackagesIntegrity.ts | 10 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 D | android-e2e-test.js | 59 ' > ' + 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 D | android-e2e-test.js | 59 ' > ' + method.yellow, 62 pd.xml(data).yellow, 65 console.log(' > ' + method.yellow, command.grey, data || '');
|
| /expo/tools/src/vendoring/devmenu/steps/ |
| H A D | TransformFilesName.ts | 13 ` 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 D | Clone.ts | 46 this.logSubStep(` remove ${chalk.yellow(this.overrideWorkingDirectory())}`); 50 ` clone repo ${chalk.green(this.url)} into ${chalk.yellow(this.overrideWorkingDirectory())}`
|
| H A D | TransformFilesContent.ts | 45 ` 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 D | modifyConfigAsync.ts | 24 chalk.yellow( 34 Log.log(chalk.yellow(message));
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | modifyConfigAsync.ts | 25 chalk.yellow( 35 Log.log(chalk.yellow(message));
|
| /expo/tools/src/ |
| H A D | Formatter.ts | 7 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;
|