Home
last modified time | relevance | path

Searched refs:subtitle (Results 1 – 25 of 111) sorted by relevance

12345

/expo/apps/native-component-list/src/screens/Contacts/
H A DContactsListItem.tsx10 subtitle?: string;
18 const { name, subtitle, isMe } = props;
24 {subtitle && <Text style={styles.link}>{subtitle}</Text>}
26 {isMe && <Text style={styles.subtitle}>me</Text>}
46 subtitle: {
/expo/home/screens/HomeScreen/DevelopmentServerListItem/
H A DDevelopmentServerSubtitle.tsx7 subtitle?: string;
14 subtitle,
20 return subtitle ? (
32 {subtitle}
H A Dindex.tsx22 subtitle?: string;
44 subtitle,
87 subtitle={username ?? subtitle}
/expo/home/components/
H A DProjectsListItem.tsx22 subtitle?: string;
42 subtitle,
63 const showSubtitle = subtitle && name.toLowerCase() !== subtitle.toLowerCase();
101 {subtitle}
/expo/packages/@expo/cli/src/start/server/metro/
H A DmetroErrorInterface.ts124 subtitle: getStackFormattedLocation(projectRoot, frame),
131 ? terminalLink(frame.subtitle, frame.subtitle)
132 : frame.subtitle;
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/POIUtils/
H A DAppleMapsPOISearchResultsView.swift37 …cell.detailTextLabel?.attributedText = createHighlightedString(text: suggestion.subtitle, rangeVal… in tableView()
69 super.init(style: .subtitle, reuseIdentifier: reuseIdentifier)
H A DAppleMapsPOISearchCompleter.swift63 stringCompletions.append(completion.title + ";" + completion.subtitle) in mapSearchCompletions()
/expo/packages/expo-router/build/views/
H A DUnmatched.js37 …lt.createElement(react_native_1.Text, { role: "heading", "aria-level": 2, style: styles.subtitle },
71 subtitle: { property
/expo/packages/expo/build/environment/
H A DDevLoadingView.js65 …React.createElement(Text, { style: styles.subtitle }, isDevLoading ? 'Using Fast Refresh' : "Don't…
98 subtitle: { property
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/POIUtils/
H A DAppleMapsPOISearchResultsView.swift37 …cell.detailTextLabel?.attributedText = createHighlightedString(text: suggestion.subtitle, rangeVal… in tableView()
69 super.init(style: .subtitle, reuseIdentifier: reuseIdentifier)
H A DAppleMapsPOISearchCompleter.swift63 stringCompletions.append(completion.title + ";" + completion.subtitle) in mapSearchCompletions()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/POIUtils/
H A DAppleMapsPOISearchResultsView.swift37 …cell.detailTextLabel?.attributedText = createHighlightedString(text: suggestion.subtitle, rangeVal… in tableView()
69 super.init(style: .subtitle, reuseIdentifier: reuseIdentifier)
H A DAppleMapsPOISearchCompleter.swift63 stringCompletions.append(completion.title + ";" + completion.subtitle) in mapSearchCompletions()
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/CustomTypes/
H A DExpoMKAnnotation.swift9 public var subtitle: String? variable
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/CustomTypes/
H A DExpoMKAnnotation.swift9 public var subtitle: String? variable
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/CustomTypes/
H A DExpoMKAnnotation.swift9 public var subtitle: String? variable
/expo/packages/expo-router/src/views/
H A DUnmatched.tsx42 <Text role="heading" aria-level={2} style={styles.subtitle}>
88 subtitle: {
/expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/
H A DAppleMapsUtils.swift13 marker.subtitle = markerObject.markerSnippet in createAppleMarker()
30 marker.subtitle = markerObject.markerSnippet in createAppleMarker()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsUtils.swift13 marker.subtitle = markerObject.markerSnippet in createAppleMarker()
30 marker.subtitle = markerObject.markerSnippet in createAppleMarker()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/
H A DAppleMapsUtils.swift13 marker.subtitle = markerObject.markerSnippet in createAppleMarker()
30 marker.subtitle = markerObject.markerSnippet in createAppleMarker()
/expo/packages/expo-router/build/onboard/
H A DTutorial.js47 …lt.createElement(react_native_1.Text, { role: "heading", "aria-level": 2, style: styles.subtitle },
167 subtitle: { property
H A DcreateEntryFile.js.map1subtitle}>This is the first page of your app.</Text>\n </View>\n </View>\n );\n}\n\nconst…
/expo/packages/expo-notifications/src/
H A DNotifications.types.ts364 subtitle: string | null;
476 subtitle?: string | null;
/expo/packages/expo-notifications/build/
H A DNotifications.types.d.ts319 subtitle: string | null;
429 subtitle?: string | null;
/expo/packages/expo/src/environment/
H A DDevLoadingView.tsx82 <Text style={styles.subtitle}>
124 subtitle: {

12345