Home
last modified time | relevance | path

Searched refs:regular (Results 1 – 25 of 85) sorted by relevance

1234

/expo/packages/expo-blur/ios/
H A DTintStyle.swift8 case regular
29 return .regular in toBlurEffect()
34 case .regular: in toBlurEffect()
35 return .regular in toBlurEffect()
/expo/packages/expo-screen-orientation/ios/
H A DScreenOrientationUtilities.swift117 return verticalSizeClass == .regular && horizontalSizeClass == .compact in isPortrait()
122 || (verticalSizeClass == .regular && horizontalSizeClass == .regular) in isLandscape()
123 || (verticalSizeClass == .compact && horizontalSizeClass == .regular) in isLandscape()
/expo/ios/versioned/sdk49/ExpoScreenOrientation/
H A DScreenOrientationUtilities.swift117 return verticalSizeClass == .regular && horizontalSizeClass == .compact in isPortrait()
122 || (verticalSizeClass == .regular && horizontalSizeClass == .regular) in isLandscape()
123 || (verticalSizeClass == .compact && horizontalSizeClass == .regular) in isLandscape()
/expo/home/screens/SettingsScreen/
H A DThemeSection.tsx31 icon={<ThemeAutoIcon color={theme.icon.default} size={iconSize.regular} />}
38 icon={<ThemeLightIcon color={theme.icon.default} size={iconSize.regular} />}
45 icon={<ThemeDarkIcon color={theme.icon.default} size={iconSize.regular} />}
H A DDevMenuGestureSection.tsx45 icon={<ShakeDeviceIcon color={theme.icon.default} size={iconSize.regular} />}
52 icon={<ThreeFingerPressIcon color={theme.icon.default} size={iconSize.regular} />}
H A DCheckListItem.tsx26 {checked ? <CheckIcon size={iconSize.regular} color={theme.icon.default} /> : null}
/expo/docs/ui/components/Tag/
H A DTag.tsx11 type?: 'regular' | 'toc';
/expo/apps/native-component-list/src/screens/BlurView/
H A DBlurViewScreen.tsx11 'regular',
/expo/home/screens/AccountModal/
H A DModalHeader.tsx21 <XIcon size={iconSize.regular} color={theme.icon.default} />
/expo/home/menu/
H A DDevMenuCloseButton.tsx25 <XIcon size={iconSize.regular} color={theme.icon.default} />
H A DDevMenuView.tsx41 return <MaterialCommunityIcons name={name} size={iconSize.regular} color={theme.icon.default} />;
187 icon={<ClipboardIcon size={iconSize.regular} color={theme.icon.default} />}
196 icon={<HomeFilledIcon size={iconSize.regular} color={theme.icon.default} />}
/expo/packages/expo-blur/build/
H A DBlurView.types.js.map1 …urTint =\n | 'light'\n | 'dark'\n | 'default'\n | 'extraLight'\n | 'regular'\n | 'prominent'…
H A DgetBackgroundColor.js.map1 …aterial':\n return `rgba(255,255,255,${opacity * 0.3})`;\n case 'regular':\n return `…
/expo/docs/ui/components/TableOfContents/
H A DTableOfContents.tsx41 <CALLOUT weight={isActive ? 'medium' : 'regular'} tag="span">
/expo/docs/pages/custom-builds/
H A Dget-started.mdx157 …by adding steps you want to run on the EAS service as an extension to your existing regular builds.
158 - You can configure the credentials for custom builds the same way as for regular builds. If you wa…
159 - If your regular builds have [EAS Secrets](/build-reference/variables/#adding-secrets-with-eas-cli…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/
H A DABI47_0_0RCTFont.mm28 @"regular",
114 return @"regular";
127 return @"regular";
/expo/packages/expo-image/src/
H A DExpoImage.tsx59 // and web use the regular `shadow...` props.
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/
H A DABI48_0_0RCTFont.mm28 @"regular",
114 return @"regular";
127 return @"regular";
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/
H A DABI49_0_0RCTFont.mm28 @"regular",
114 return @"regular";
127 return @"regular";
/expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/records/
H A DRecordTypeValidatorsTest.kt206 fun `test integration between regular expression validator and record`() { in test integration between regular expression validator and record()
/expo/docs/ui/components/CommandMenu/Items/
H A DExpoDocsItem.tsx104 const titleWeight = isNested ? 'regular' : 'medium';
/expo/docs/pages/ui-programming/
H A Dusing-svgs.mdx35 …ides a CLI](https://react-svgr.com/docs/cli/) that could allow us to put regular SVGs in our proje…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTJavaScriptLoader.mm140 …// Load the first 4 bytes to check if the bundle is regular or RAM ("Random Access Modules" bundle…
142 // The benefit of RAM bundle over a regular bundle is that we can lazily inject
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTJavaScriptLoader.mm140 …// Load the first 4 bytes to check if the bundle is regular or RAM ("Random Access Modules" bundle…
142 // The benefit of RAM bundle over a regular bundle is that we can lazily inject
/expo/packages/@expo/config-plugins/build/utils/
H A DcommonCodeMod.js.map1 …h `regexp` pattern\n * @returns The index of the first match between the regular expression and th…

1234