| /expo/packages/expo-blur/ios/ |
| H A D | TintStyle.swift | 8 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 D | ScreenOrientationUtilities.swift | 117 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 D | ScreenOrientationUtilities.swift | 117 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 D | ThemeSection.tsx | 31 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 D | DevMenuGestureSection.tsx | 45 icon={<ShakeDeviceIcon color={theme.icon.default} size={iconSize.regular} />} 52 icon={<ThreeFingerPressIcon color={theme.icon.default} size={iconSize.regular} />}
|
| H A D | CheckListItem.tsx | 26 {checked ? <CheckIcon size={iconSize.regular} color={theme.icon.default} /> : null}
|
| /expo/docs/ui/components/Tag/ |
| H A D | Tag.tsx | 11 type?: 'regular' | 'toc';
|
| /expo/apps/native-component-list/src/screens/BlurView/ |
| H A D | BlurViewScreen.tsx | 11 'regular',
|
| /expo/home/screens/AccountModal/ |
| H A D | ModalHeader.tsx | 21 <XIcon size={iconSize.regular} color={theme.icon.default} />
|
| /expo/home/menu/ |
| H A D | DevMenuCloseButton.tsx | 25 <XIcon size={iconSize.regular} color={theme.icon.default} />
|
| H A D | DevMenuView.tsx | 41 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 D | BlurView.types.js.map | 1 …urTint =\n | 'light'\n | 'dark'\n | 'default'\n | 'extraLight'\n | 'regular'\n | 'prominent'…
|
| H A D | getBackgroundColor.js.map | 1 …aterial':\n return `rgba(255,255,255,${opacity * 0.3})`;\n case 'regular':\n return `…
|
| /expo/docs/ui/components/TableOfContents/ |
| H A D | TableOfContents.tsx | 41 <CALLOUT weight={isActive ? 'medium' : 'regular'} tag="span">
|
| /expo/docs/pages/custom-builds/ |
| H A D | get-started.mdx | 157 …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 D | ABI47_0_0RCTFont.mm | 28 @"regular", 114 return @"regular"; 127 return @"regular";
|
| /expo/packages/expo-image/src/ |
| H A D | ExpoImage.tsx | 59 // and web use the regular `shadow...` props.
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ |
| H A D | ABI48_0_0RCTFont.mm | 28 @"regular", 114 return @"regular"; 127 return @"regular";
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ |
| H A D | ABI49_0_0RCTFont.mm | 28 @"regular", 114 return @"regular"; 127 return @"regular";
|
| /expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/records/ |
| H A D | RecordTypeValidatorsTest.kt | 206 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 D | ExpoDocsItem.tsx | 104 const titleWeight = isNested ? 'regular' : 'medium';
|
| /expo/docs/pages/ui-programming/ |
| H A D | using-svgs.mdx | 35 …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 D | ABI48_0_0RCTJavaScriptLoader.mm | 140 …// 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 D | ABI47_0_0RCTJavaScriptLoader.mm | 140 …// 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 D | commonCodeMod.js.map | 1 …h `regexp` pattern\n * @returns The index of the first match between the regular expression and th…
|