| /expo/packages/expo-dev-client-components/src/ |
| H A D | Button.tsx | 32 primary: { color: lightTheme.button.primary.foreground }, 48 primary: { color: darkTheme.button.primary.foreground }, 73 primary: { backgroundColor: lightTheme.button.primary.background }, 98 primary: { backgroundColor: darkTheme.button.primary.background }, 130 primary: lightTheme.background.tertiary, 140 primary: darkTheme.background.tertiary,
|
| H A D | theme.ts | 150 primary: { color: lightTheme.button.primary.background }, constant 166 primary: { color: darkTheme.button.primary.background }, constant 193 primary: string; 205 primary: lightTheme.button.primary.background, 217 primary: darkTheme.link.default,
|
| /expo/home/constants/ |
| H A D | Themes.ts | 13 primary: Colors.light.tintColor, 23 primary: Colors.dark.tintColor,
|
| /expo/home/components/ |
| H A D | Button.tsx | 6 type Theme = 'primary' | 'secondary' | 'tertiary' | 'ghost' | 'error'; 22 case 'primary': 24 backgroundColor: expoTheme.button.primary.background, 25 color: expoTheme.button.primary.foreground,
|
| /expo/packages/expo-apple-authentication/ |
| H A D | README.md | 32 …primary app for the Apple Sign In configuration. This is the app whose icon will show up in the Ap… 33 … corresponding to your primary app. Enable the "Sign In with Apple" capability, click "Edit", and … 34 …primary, you'll also need to open up the configuration page for your current app, enable the "Sign… 35 …the "Sign In with Apple" capability, and make sure to choose the correct primary app on the config…
|
| /expo/apps/native-component-list/src/screens/Contacts/ |
| H A D | ContactUtils.ts | 66 const primary = items.filter(({ isPrimary }) => isPrimary); constant 67 if (primary.length > 0) { 68 return primary[0];
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | apple-authentication.mdx | 52 …primary app for the Apple Sign In configuration. This is the app whose icon will show up in the Ap… 53 … corresponding to your primary app. Enable the "Sign In with Apple" capability, click "Edit", and … 54 …primary, you'll also need to open up the configuration page for your current app, enable the "Sign… 55 …the "Sign In with Apple" capability, and make sure to choose the correct primary app on the config…
|
| /expo/home/menu/ |
| H A D | DevMenuOnboarding.tsx | 68 <Button.FadeOnPressContainer bg="primary" onPress={onClose}> 70 <Button.Text align="center" size="medium" color="primary" weight="medium">
|
| /expo/packages/expo-dev-menu/app/components/ |
| H A D | Onboarding.tsx | 73 <Button.FadeOnPressContainer bg="primary" onPress={onOnboardingFinishedPress}> 75 <Button.Text align="center" size="medium" color="primary" weight="medium">
|
| /expo/docs/ui/components/Snippet/blocks/ |
| H A D | Terminal.tsx | 59 * - Render a line without `$` prefix as primary text 60 * - Render a line with `$` prefix, as secondary and primary text
|
| /expo/packages/expo-screen-orientation/build/ |
| H A D | ScreenOrientation.types.js.map | 1 …primary',\n PORTRAIT_SECONDARY = 'portrait-secondary',\n PORTRAIT = 'portrait',\n LANDSCAPE_PRI…
|
| /expo/docs/pages/tutorial/ |
| H A D | build-a-screen.mdx | 396 …hoto" button, so we will add a new button theme prop that will allow us to apply a `primary` theme. 415 /* @info Conditionally render the primary themed button. */ 416 if (theme === "primary") { 454 - The primary theme button uses **inline styles** which overrides the styles defined in the `StyleS… 455 …primary theme uses a `backgroundColor` property of `#fff` to set the button's background color. If… 458 Now, modify the **App.js** file to use the `theme="primary"` prop on the first button. 475 /* @info Add primary theme on the first button */ 476 <Button theme="primary" label="Choose a photo" />
|
| H A D | image-picker.mdx | 38 We can use the button with the primary theme we created in the previous chapter to pick an image fr… 85 When the primary button gets pressed, we need to call the `pickImageAsync()` function. 92 if (theme === "primary") { 116 … <Button theme="primary" label="Choose a photo" /* @info */ onPress={pickImageAsync} /* @end */ />
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/ |
| H A D | PaymentSheetAppearance.kt | 47 …primary = colorFromHexOrDefault(colorParams.getString(PaymentSheetAppearanceKeys.PRIMARY), default… in buildColors()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/ |
| H A D | PaymentSheetAppearance.kt | 46 …primary = colorFromHexOrDefault(colorParams.getString(PaymentSheetAppearanceKeys.PRIMARY), default… in buildColors()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/ |
| H A D | PaymentSheetAppearance.kt | 47 …primary = colorFromHexOrDefault(colorParams.getString(PaymentSheetAppearanceKeys.PRIMARY), default… in buildColors()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/ |
| H A D | PaymentSheetAppearance.kt | 48 …primary = colorFromHexOrDefault(colorParams.getString(PaymentSheetAppearanceKeys.PRIMARY), default… in buildColors()
|
| /expo/packages/expo-dev-launcher/bundle/screens/ |
| H A D | CrashReportScreen.tsx | 70 <Text color="primary" size="large">
|
| H A D | KitchenSinkScreen.tsx | 55 <BasicButton label="Primary" type="primary" />
|
| /expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/ |
| H A D | PaymentSheetAppearance.swift | 57 …primary = try buildUserInterfaceStyleAwareColor(key: PaymentSheetAppearanceKeys.PRIMARY, lightPara… in buildColors()
|
| /expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/ |
| H A D | PaymentSheetAppearance.swift | 57 …primary = try StripeSdk.buildUserInterfaceStyleAwareColor(key: PaymentSheetAppearanceKeys.PRIMARY,… in buildColors()
|
| /expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/ |
| H A D | PaymentSheetAppearance.swift | 57 …primary = try buildUserInterfaceStyleAwareColor(key: PaymentSheetAppearanceKeys.PRIMARY, lightPara… in buildColors()
|
| /expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/ |
| H A D | PaymentSheetAppearance.swift | 57 …primary = try buildUserInterfaceStyleAwareColor(key: PaymentSheetAppearanceKeys.PRIMARY, lightPara… in buildColors()
|
| /expo/home/screens/AccountModal/ |
| H A D | LoggedOutAccountView.tsx | 135 throw new Error('Logged in user must have a primary account');
|
| /expo/docs/pages/eas/metadata/ |
| H A D | schema.mdx | 69 … 'App Store categories for the app. You can add primary, secondary, and possible subcategories.', 253 description: 'For apps mentioning the subject or using the subject as a non-primary feature.', 257 description: 'For apps using the subject as a primary feature.', 274 …to categories](https://developer.apple.com/app-store/categories/), using primary, secondary, and p…
|