Home
last modified time | relevance | path

Searched refs:select (Results 1 – 25 of 252) sorted by relevance

1234567891011

/expo/packages/html-elements/build/elements/
H A DLayout.js10 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 DLists.js10 export const UL = createView(Platform.select({
21 const accessibilityRole = Platform.select({
27 const accessibilityRole = Platform.select({
H A DLayout.js.map1select({\n web: {\n accessibilityRole: 'navigation',\n },\n })\n);\nexport const Foote…
/expo/packages/html-elements/src/elements/
H A DLayout.tsx15 Platform.select({
22 Platform.select({
29 Platform.select({
36 Platform.select({
46 Platform.select({
53 Platform.select({
H A DLists.tsx14 Platform.select({
30 const accessibilityRole: LIProps['accessibilityRole'] = Platform.select({
36 const accessibilityRole: LIProps['accessibilityRole'] = Platform.select({
/expo/packages/expo-modules-core/build/
H A DPlatform.js17 select: ReactNativePlatform.select, property
H A DPlatform.d.ts20 select: PlatformSelect;
/expo/packages/expo-modules-core/src/__tests__/
H A DPlatform-test.ts12 isNative: Platform.select({ native: true, default: false }),
13 isWeb: Platform.select({ web: true, default: false }),
/expo/packages/expo-modules-core/src/
H A DPlatform.ts28 select: ReactNativePlatform.select as PlatformSelect, constant
/expo/home/constants/
H A DSharedStyles.ts16 ...Platform.select({
39 ...Platform.select({
51 ...Platform.select({
/expo/docs/ui/components/Navigation/
H A DApiVersionSelect.tsx12 // 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 DTutorial.js71 ...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 Dguid.ts19 const BARE_GUIDs = Platform.select<Record<string, string>>(bareMap);
25 const GUID = Platform.select<string>(managedMap);
/expo/packages/expo-linking/src/
H A DSchemes.ts39 const EXPO_CLIENT_SCHEMES = Platform.select({
67 (Platform.select<any>({
79 Platform.select({
/expo/packages/expo-linking/build/
H A DSchemes.js33 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 DPlatform.d.ts38 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 DPlatform.d.ts38 select<T>( method
43 select<T>(specifics: {[platform in PlatformOSType]?: T}): T | undefined; method
/expo/home/components/
H A DPlatformIcon.tsx10 const style = Platform.select({
19 icon = Platform.select({
/expo/packages/@expo/metro-runtime/src/error-overlay/UI/
H A Dconstants.ts3 export const CODE_FONT = Platform.select({
/expo/packages/expo-router/src/onboard/
H A DTutorial.tsx89 ...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 Dconstants.js5 exports.CODE_FONT = react_native_1.Platform.select({
/expo/tools/src/promote-packages/
H A Dtypes.ts10 select: boolean;
/expo/apps/test-suite/
H A DApp.js11 select: '', property
/expo/packages/expo-router/build/views/
H A DErrorBoundary.js107 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 DRuntimePopup.tsx24 <select
38 </select>
42 …t-y-0 flex items-center justify-between gap-2 text-icon-secondary pointer-events-none select-none">

1234567891011