| /expo/tools/src/commands/ |
| H A D | PromoteVersionsToProduction.ts | 27 console.log(`Here is the diff from ${chalk.green('staging')} -> ${chalk.green('production')}:`); 34 message: `Does this look correct? Type \`y\` to update ${chalk.green('production')} config.`, 44 chalk.green('\nSuccessfully updated production config. You can check it out on'),
|
| H A D | PublishDevExpoHomeCommand.ts | 97 console.log(`Publishing ${chalk.green(slug)}...`); 109 `Done publishing ${chalk.green(slug)}. Update Group ID is: ${chalk.blue( 165 console.log(`Modifying home's slug to ${chalk.green(slug)}...`); 174 console.log(`Logging out from ${chalk.green(cliUsername)} account...`); 184 console.log(`Restoring home's slug to ${chalk.green(appJsonBackup.expo.slug)}...`); 188 console.log(`Restoring ${chalk.green(cliUsername)} session in expo-cli...`); 191 console.log(`Logging out from ${chalk.green(EXPO_HOME_DEV_ACCOUNT_USERNAME)} account...`);
|
| H A D | PublishProdExpoHomeCommand.ts | 70 console.log(`Publishing ${chalk.green(slug)}...`); 78 `Done publishing ${chalk.green(slug)}. Update Group ID is: ${chalk.blue( 195 console.log(`Modifying home's slug to ${chalk.green(slug)}...`); 198 console.log(`Modifying home's owner to ${chalk.green(owner)}...`); 201 console.log(`Modifying home's EAS project ID to ${chalk.green(easProjectId)}...`); 204 console.log(`Modifying home's update URL to ${chalk.green(easUpdateURL)}...`);
|
| /expo/tools/src/publish-packages/tasks/ |
| H A D | updateIosProjects.ts | 12 const { green } = chalk; constant 39 logger.log(' ', `${green(nativeApp.packageName)}: No pods to update.`); 43 logger.log(' ', `${green(nativeApp.packageName)}: Reinstalling pods...`); 51 logger.error(' Failed to install pods in', green(nativeApp.packageName));
|
| H A D | cutOffChangelogs.ts | 8 const { green, gray } = chalk; constant 37 logger.log(' ', green(pkg.packageName) + '...'); 46 logger.log(' ', green(pkg.packageName), gray(`- skipped, ${skipReason}`));
|
| H A D | updateBundledNativeModulesFile.ts | 11 const { magenta, green, gray, cyan } = chalk; constant 36 logger.log(' ', green(pkg.packageName), gray('is not defined.')); 42 green(pkg.packageName),
|
| H A D | grantTeamAccessToPackages.ts | 9 const { green } = chalk; constant 36 packagesToGrantAccess.map((name) => green(name)).join(' ') 45 logger.error(` Granting access to ${green(packageName)} failed`);
|
| H A D | updateModuleTemplate.ts | 11 const { cyan, green } = chalk; constant 41 `❗️ Unable to find the module template package: ${green(MODULE_TEMPLATE_PKG_NAME)}` 68 ` Updating dev dependency on ${green(pkg.packageName)}:`,
|
| H A D | updatePackageVersions.ts | 10 const { magenta, cyan, green } = chalk; constant 33 `${green(pkg.packageName)}:`,
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/monorepo/bump-all-updated-packages/ |
| H A D | index.js | 49 `\u2705 Successfully bumped ${chalk.green( 51 )} to ${chalk.green(updatedVersion)}`, 69 `\uD83D\uDD0E No changes for package ${chalk.green( 118 `\u2705 Successfully bumped ${chalk.green( 120 )} to ${chalk.green(updatedVersion)}`, 175 echo(chalk.green('Successfully finished the process of bumping packages'));
|
| /expo/tools/src/check-packages/ |
| H A D | checkPackageAsync.ts | 9 const { green } = chalk; constant 20 logger.info(` Checking ${green.bold(pkg.packageName)} plugin`); 22 logger.info(` Checking ${green.bold(pkg.packageName)} package`); 61 logger.log(`✨ ${green.bold(pkg.packageName)} checks passed`);
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/cxx/react/renderer/graphics/ |
| H A D | ABI47_0_0PlatformColorParser.h | 22 float green = 0; in parsePlatformColor() local 25 return {red, green, blue, alpha}; in parsePlatformColor()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/cxx/react/renderer/graphics/ |
| H A D | ABI48_0_0PlatformColorParser.h | 22 float green = 0; in parsePlatformColor() local 25 return {red, green, blue, alpha}; in parsePlatformColor()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/cxx/react/renderer/graphics/ |
| H A D | ABI49_0_0PlatformColorParser.h | 22 float green = 0; in parsePlatformColor() local 25 return {red, green, blue, alpha}; in parsePlatformColor()
|
| /expo/tools/src/promote-packages/ |
| H A D | helpers.ts | 9 const { cyan, green, magenta, red, gray } = chalk; constant 45 `Following packages would be ${green.bold('promoted')}:` 60 green(pkg.packageName),
|
| /expo/scripts/ |
| H A D | check-cocoapods-lockfiles.sh | 8 green="tput setaf 2" 28 dirs=$(printf " or $($green)%s$($yellow)" "${pathsToUpdate[@]}")
|
| /expo/tools/src/promote-packages/tasks/ |
| H A D | promotePackages.ts | 12 const { yellow, red, green, cyan } = chalk; constant 31 const action = state.isDemoting ? red('Demoting') : green('Promoting'); 32 batch.log(' ', green.bold(pkg.packageName));
|
| H A D | selectPackagesToPromote.ts | 12 const { green, red } = chalk; constant 43 const action = state.isDemoting ? red.bold('demote') : green.bold('promote'); 46 name: `${green(pkg.packageName.padEnd(maxLength))} ${action} ${formatVersionChange(
|
| /expo/packages/expo-test-runner/src/commands/ |
| H A D | CreateProject.ts | 16 console.log(`Using ${chalk.green('detox')} preset.`); 19 console.log(`Creating test app in ${chalk.green(options.path)}.`);
|
| /expo/tools/src/vendoring/devmenu/steps/ |
| H A D | GenerateJsonFromPodspec.ts | 31 `➕ generating podspec from ${chalk.green('<workingDirectory>')}/${chalk.green(this.from)}`
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/ |
| H A D | Conversions.swift | 121 let green = CGFloat((argb >> 8) & 0xff) / 255.0 in toColor() variable 123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor() 134 let green = CGFloat((rgba >> 16) & 0xff) / 255.0 in toColor() variable 137 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/ |
| H A D | Conversions.swift | 121 let green = CGFloat((argb >> 8) & 0xff) / 255.0 in toColor() variable 123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor() 134 let green = CGFloat((rgba >> 16) & 0xff) / 255.0 in toColor() variable 137 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
|
| /expo/packages/expo-test-runner/build/commands/ |
| H A D | CreateProject.js | 12 console.log(`Using ${chalk_1.default.green('detox')} preset.`); 14 console.log(`Creating test app in ${chalk_1.default.green(options.path)}.`);
|
| /expo/packages/expo-modules-core/ios/Swift/ |
| H A D | Conversions.swift | 121 let green = CGFloat((argb >> 8) & 0xff) / 255.0 in toColor() variable 123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor() 134 let green = CGFloat((rgba >> 16) & 0xff) / 255.0 in toColor() variable 137 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/ |
| H A D | Conversions.swift | 121 let green = CGFloat((argb >> 8) & 0xff) / 255.0 in toColor() variable 123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor() 134 let green = CGFloat((rgba >> 16) & 0xff) / 255.0 in toColor() variable 137 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
|