| /expo/packages/html-elements/build/elements/ |
| H A D | Layout.js | 10 export const Nav = createView(Platform.select({ 15 export const Footer = createView(Platform.select({ 20 export const Aside = createView(Platform.select({ 25 export const Header = createView(Platform.select({ 33 export const Main = createView(Platform.select({ 38 export const Article = createView(Platform.select({
|
| H A D | Lists.js | 10 export const UL = createView(Platform.select({ 21 const accessibilityRole = Platform.select({ 27 const accessibilityRole = Platform.select({
|
| H A D | Layout.js.map | 1 …select({\n web: {\n accessibilityRole: 'navigation',\n },\n })\n);\nexport const Foote…
|
| /expo/packages/html-elements/src/elements/ |
| H A D | Layout.tsx | 15 Platform.select({ 22 Platform.select({ 29 Platform.select({ 36 Platform.select({ 46 Platform.select({ 53 Platform.select({
|
| H A D | Lists.tsx | 14 Platform.select({ 30 const accessibilityRole: LIProps['accessibilityRole'] = Platform.select({ 36 const accessibilityRole: LIProps['accessibilityRole'] = Platform.select({
|
| /expo/packages/expo-modules-core/build/ |
| H A D | Platform.js | 17 select: ReactNativePlatform.select, property
|
| H A D | Platform.d.ts | 20 select: PlatformSelect;
|
| /expo/packages/expo-modules-core/src/__tests__/ |
| H A D | Platform-test.ts | 12 isNative: Platform.select({ native: true, default: false }), 13 isWeb: Platform.select({ web: true, default: false }),
|
| /expo/packages/expo-modules-core/src/ |
| H A D | Platform.ts | 28 select: ReactNativePlatform.select as PlatformSelect, constant
|
| /expo/home/constants/ |
| H A D | SharedStyles.ts | 16 ...Platform.select({ 39 ...Platform.select({ 51 ...Platform.select({
|
| /expo/docs/ui/components/Navigation/ |
| H A D | ApiVersionSelect.tsx | 12 // TODO(cedric): move this to a generic select input, so we can reuse it in the color scheme select… 23 <label className="flex flex-row items-center" htmlFor="api-version-select"> 27 <select 28 id="api-version-select" 37 </select>
|
| /expo/packages/expo-router/build/onboard/ |
| H A D | Tutorial.js | 71 ...react_native_1.Platform.select({ 101 ...react_native_1.Platform.select({ 131 ...react_native_1.Platform.select({ 149 ...react_native_1.Platform.select({ 157 fontFamily: react_native_1.Platform.select({
|
| /expo/apps/native-component-list/src/api/ |
| H A D | guid.ts | 19 const BARE_GUIDs = Platform.select<Record<string, string>>(bareMap); 25 const GUID = Platform.select<string>(managedMap);
|
| /expo/packages/expo-linking/src/ |
| H A D | Schemes.ts | 39 const EXPO_CLIENT_SCHEMES = Platform.select({ 67 (Platform.select<any>({ 79 Platform.select({
|
| /expo/packages/expo-linking/build/ |
| H A D | Schemes.js | 33 const EXPO_CLIENT_SCHEMES = Platform.select({ 59 const platformManifest = Platform.select({ 68 return (Platform.select({
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Utilities/ |
| H A D | Platform.d.ts | 38 select<T>( method 43 select<T>(specifics: {[platform in PlatformOSType]?: T}): T | undefined; method
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Utilities/ |
| H A D | Platform.d.ts | 38 select<T>( method 43 select<T>(specifics: {[platform in PlatformOSType]?: T}): T | undefined; method
|
| /expo/home/components/ |
| H A D | PlatformIcon.tsx | 10 const style = Platform.select({ 19 icon = Platform.select({
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/UI/ |
| H A D | constants.ts | 3 export const CODE_FONT = Platform.select({
|
| /expo/packages/expo-router/src/onboard/ |
| H A D | Tutorial.tsx | 89 ...Platform.select({ 126 ...Platform.select({ 157 ...Platform.select({ 176 ...Platform.select({ 184 fontFamily: Platform.select({
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/UI/ |
| H A D | constants.js | 5 exports.CODE_FONT = react_native_1.Platform.select({
|
| /expo/tools/src/promote-packages/ |
| H A D | types.ts | 10 select: boolean;
|
| /expo/apps/test-suite/ |
| H A D | App.js | 11 select: '', property
|
| /expo/packages/expo-router/build/views/ |
| H A D | ErrorBoundary.js | 107 fontSize: react_native_1.Platform.select({ web: 32, default: 24 }), 114 ...react_native_1.Platform.select({ 131 fontFamily: react_native_1.Platform.select({
|
| /expo/docs/ui/components/RouteUrl/ |
| H A D | RuntimePopup.tsx | 24 <select 38 </select> 42 …t-y-0 flex items-center justify-between gap-2 text-icon-secondary pointer-events-none select-none">
|