Home
last modified time | relevance | path

Searched refs:black (Results 1 – 25 of 122) sorted by relevance

12345

/expo/docs/global-styles/
H A Dtippy.ts8 background: ${palette.black};
23 background: ${palette.black};
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxButton-test.js.snap13 "backgroundColor": "black",
28 "backgroundColor": "black",
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxButton-test.js.snap13 "backgroundColor": "black",
28 "backgroundColor": "black",
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/LogBox/UI/__tests__/__snapshots__/
H A DLogBoxButton-test.js.snap13 "backgroundColor": "black",
28 "backgroundColor": "black",
/expo/apps/native-component-list/src/components/
H A DConsoleBox.tsx11 <ScrollView style={[styles.scrollView, style]} indicatorStyle="black">
12 <ScrollView contentContainerStyle={styles.contentContainer} horizontal indicatorStyle="black">
/expo/apps/bare-expo/e2e/utils/
H A Dreport.js15 console.log(`\n${chalk.bgMagenta.bold.black(` RESULTS `)}\n\n${formatResults(results)}`);
18 console.log(`\n${chalk.bgRed.bold.black(` FAILED `)}\n\n${formatResults(failures)}`);
/expo/apps/native-component-list/src/screens/SVG/examples/
H A DPolyline.tsx15 stroke="black"
47 stroke="black"
78 stroke="black"
H A DStroking.tsx15 <Path stroke="black" d="M5 40 l215 0" />
45 <G fill="none" stroke="black" strokeWidth="4">
130 <G fill="none" stroke="black" strokeWidth="2">
H A DSvg.tsx53 <Circle cx="40" cy="40" r="4" fill="black" />
54 <Circle cx="60" cy="40" r="4" fill="black" />
55 <Path d="M 40 60 A 10 10 0 0 0 60 60" stroke="black" />
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/CustomTypes/
H A DExpoMKCircle.swift5 var strokeColor: UIColor = UIColor.black
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/CustomTypes/
H A DExpoMKCircle.swift5 var strokeColor: UIColor = UIColor.black
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/CustomTypes/
H A DExpoMKCircle.swift5 var strokeColor: UIColor = UIColor.black
/expo/ios/versioned/sdk48/ExpoAppleAuthentication/
H A DButtonStyle.swift7 case black = 2
/expo/ios/versioned/sdk49/ExpoAppleAuthentication/
H A DButtonStyle.swift7 case black = 2
/expo/packages/expo-apple-authentication/ios/
H A DButtonStyle.swift7 case black = 2
/expo/apps/native-component-list/src/screens/GL/
H A DGLSnapshotsScreen.tsx107 borderColor: 'black',
112 shadowColor: 'black',
123 borderColor: 'black',
H A DCanvasScreen.tsx24 ctx.strokeStyle = 'black';
/expo/packages/expo-router/src/onboard/
H A DTutorial.tsx114 <Text style={[styles.code, hovered && { color: 'black' }]}>
135 backgroundColor: 'black',
173 color: 'black',
183 color: 'black',
/expo/apps/native-component-list/src/components/FunctionDemo/
H A DDivider.tsx20 backgroundColor: 'black',
/expo/packages/expo-dev-menu/ios/OverlayContainer/
H A DOverlayContainerSheetDimmingView.swift79 backgroundColor = .black in setUp()
/expo/packages/expo-router/src/views/
H A DErrorBoundary.tsx121 color: hovered || pressed ? 'black' : 'white',
137 backgroundColor: 'black',
150 color: 'black',
/expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/
H A DApplePayButtonView.swift24 … let paymentButtonStyle = PKPaymentButtonStyle(rawValue: self.buttonStyle as? Int ?? 2) ?? .black in didSetProps()
/expo/docs/ui/components/Snippet/
H A DSnippetContent.tsx17 alwaysDark && 'dark-theme bg-palette-black border-transparent whitespace-nowrap',
/expo/apps/native-component-list/src/screens/Image/
H A DImageBackgroundScreen.tsx35 backgroundColor: 'black',
/expo/templates/expo-template-tabs/app/
H A Dmodal.tsx14 {/* Use a light status bar on iOS to account for the black space above the modal */}

12345