| /expo/apps/native-component-list/src/screens/SVG/examples/ |
| H A D | Line.tsx | 12 <Svg.Line x1="10%" y1="10%" x2="90%" y2="90%" stroke="red" strokeWidth="2" /> 29 stroke="red" 38 stroke="red" 47 stroke="red" 58 <Svg.Line x1="0" y1="0" x2="20" y2="20" stroke="red" strokeWidth="1" />
|
| H A D | Path.tsx | 17 fill="red" 37 stroke="red" 52 <Svg.Path d="M 100 350 l 150 -300" stroke="red" strokeWidth="3" fill="none" /> 53 <Svg.Path d="M 250 50 l 150 300" stroke="red" strokeWidth="3" fill="none" /> 82 fill="red" 86 fill="red"
|
| H A D | Text.tsx | 14 <Svg.Text x="50" y="9" fill="red" textAnchor="middle"> 28 <Svg.Text x="0" y="15" fill="red" rotate="30" origin="20,40"> 49 <Stop offset="100%" stopColor="red" stopOpacity="0" /> 76 <Stop offset="100%" stopColor="red" stopOpacity="1" /> 117 <TSpan fill="red" dy="5,5,5"> 122 <Path d={path} fill="none" stroke="red" strokeWidth="1" /> 144 <Svg.Text x="10" y="60" fill="red" fontSize="14">
|
| H A D | Reusable.tsx | 64 <Stop offset="50%" stopColor="red" /> 69 <Stop offset="50%" stopColor="red" /> 88 <Circle cx="50" cy="50" r="40" strokeWidth="8" stroke="red" fill="red" /> 113 fill="red"
|
| /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 | 21 float red = 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 | 21 float red = 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 | 21 float red = 0; in parsePlatformColor() local 25 return {red, green, blue, alpha}; in parsePlatformColor()
|
| /expo/packages/expo/scripts/ |
| H A D | autolinking.rb | 13 Pod::UI.message 'Expo modules are already being used in this target definition'.red 29 Pod::UI.warn 'expo_patch_react_imports!() - Invalid `installer` parameter'.red
|
| /expo/tools/src/utils/ |
| H A D | askForSDKVersionAsync.ts | 16 `${chalk.red('`--sdkVersion`')} not provided - defaulting to ${chalk.cyan( 23 `${chalk.red('`--sdkVersion`')} not provided and unable to obtain default value.`
|
| /expo/packages/@expo/metro-config/src/transform-worker/__tests__/__snapshots__/ |
| H A D | transform-worker.test.ts.snap | 19 const css = \`._R_BGG_container{background:red}\`; 32 "code": "._R_BGG_container{background:red}", 62 background: red; 78 background: red; 112 const css = \`body { background: red; }\`; 126 background: red;
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/ |
| H A D | Conversions.swift | 120 let red = CGFloat((argb >> 16) & 0xff) / 255.0 in toColor() variable 123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor() 133 let red = CGFloat((rgba >> 24) & 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 | 120 let red = CGFloat((argb >> 16) & 0xff) / 255.0 in toColor() variable 123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor() 133 let red = CGFloat((rgba >> 24) & 0xff) / 255.0 in toColor() variable 137 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
|
| /expo/packages/expo-modules-core/ios/Swift/ |
| H A D | Conversions.swift | 120 let red = CGFloat((argb >> 16) & 0xff) / 255.0 in toColor() variable 123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor() 133 let red = CGFloat((rgba >> 24) & 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 | 120 let red = CGFloat((argb >> 16) & 0xff) / 255.0 in toColor() variable 123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor() 133 let red = CGFloat((rgba >> 24) & 0xff) / 255.0 in toColor() variable 137 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
|
| /expo/tools/src/check-packages/ |
| H A D | runPackageScriptAsync.ts | 7 const { cyan, gray, red, reset } = chalk; constant 34 consoleErrorOutput(error.stderr, 'stderr >', red);
|
| /expo/packages/expo-dev-launcher/ios/Tests/ |
| H A D | EXDevLauncherManifestHelperTests.swift | 23 …XCTAssertEqual(UIColor.init(red: 192.0/255.0, green: 1.0, blue: 51.0/255.0, alpha: 1.0), EXDevLaun… in testHexStringToColor() 24 …XCTAssertEqual(UIColor.init(red: 0.0, green: 0.0, blue: 0.0, alpha: 1.0), EXDevLauncherManifestHel… in testHexStringToColor()
|
| /expo/tools/src/ |
| H A D | Formatter.ts | 7 const { white, cyan, red, green, yellow, blue, gray, dim, reset } = chalk; constant 90 const logColor = p3 === 'error' ? red.bold : yellow.bold; constant 99 .replace(/\*\* BUILD FAILED \*\*/, red.bold('$&'));
|
| /expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/types/ |
| H A D | ColorTypeConverterTest.kt | 23 Truth.assertThat(color.red()).isEqualTo(expectedColor[0]) in converts from CSS named color() 45 Truth.assertThat(color.red()).isEqualTo(expectedColor[0]) in converts from int() 63 Truth.assertThat(color.red()).isEqualTo(expectedColor[0]) in converts from double array()
|
| /expo/tools/src/promote-packages/ |
| H A D | helpers.ts | 9 const { cyan, green, magenta, red, gray } = chalk; constant 49 `Following packages could be ${red.bold('demoted')} ${gray(`(requires --demote flag)`)}:`
|
| /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');
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI47_0_0ColorComponents.h | 14 float red{0};
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI48_0_0ColorComponents.h | 14 float red{0};
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI49_0_0ColorComponents.h | 14 float red{0};
|
| /expo/tools/src/versioning/ios/transforms/ |
| H A D | index.ts | 56 chalk.red('-'), 57 chalk.red(match.value.trimRight())
|
| /expo/packages/@expo/cli/src/prebuild/ |
| H A D | resolveTemplate.ts | 151 `Invalid URL: ${chalk.red( 162 `Found invalid GitHub URL: ${chalk.red(`"${template}"`)}. Please fix the URL and try again.` 171 `Could not locate the repository for ${chalk.red(
|