| /expo/apps/native-component-list/src/screens/Contacts/ |
| H A D | ContactsListItem.tsx | 10 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 D | DevelopmentServerSubtitle.tsx | 7 subtitle?: string; 14 subtitle, 20 return subtitle ? ( 32 {subtitle}
|
| H A D | index.tsx | 22 subtitle?: string; 44 subtitle, 87 subtitle={username ?? subtitle}
|
| /expo/home/components/ |
| H A D | ProjectsListItem.tsx | 22 subtitle?: string; 42 subtitle, 63 const showSubtitle = subtitle && name.toLowerCase() !== subtitle.toLowerCase(); 101 {subtitle}
|
| /expo/packages/@expo/cli/src/start/server/metro/ |
| H A D | metroErrorInterface.ts | 124 subtitle: getStackFormattedLocation(projectRoot, frame), 131 ? terminalLink(frame.subtitle, frame.subtitle) 132 : frame.subtitle;
|
| /expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/POIUtils/ |
| H A D | AppleMapsPOISearchResultsView.swift | 37 …cell.detailTextLabel?.attributedText = createHighlightedString(text: suggestion.subtitle, rangeVal… in tableView() 69 super.init(style: .subtitle, reuseIdentifier: reuseIdentifier)
|
| H A D | AppleMapsPOISearchCompleter.swift | 63 stringCompletions.append(completion.title + ";" + completion.subtitle) in mapSearchCompletions()
|
| /expo/packages/expo-router/build/views/ |
| H A D | Unmatched.js | 37 …lt.createElement(react_native_1.Text, { role: "heading", "aria-level": 2, style: styles.subtitle }, 71 subtitle: { property
|
| /expo/packages/expo/build/environment/ |
| H A D | DevLoadingView.js | 65 …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 D | AppleMapsPOISearchResultsView.swift | 37 …cell.detailTextLabel?.attributedText = createHighlightedString(text: suggestion.subtitle, rangeVal… in tableView() 69 super.init(style: .subtitle, reuseIdentifier: reuseIdentifier)
|
| H A D | AppleMapsPOISearchCompleter.swift | 63 stringCompletions.append(completion.title + ";" + completion.subtitle) in mapSearchCompletions()
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/POIUtils/ |
| H A D | AppleMapsPOISearchResultsView.swift | 37 …cell.detailTextLabel?.attributedText = createHighlightedString(text: suggestion.subtitle, rangeVal… in tableView() 69 super.init(style: .subtitle, reuseIdentifier: reuseIdentifier)
|
| H A D | AppleMapsPOISearchCompleter.swift | 63 stringCompletions.append(completion.title + ";" + completion.subtitle) in mapSearchCompletions()
|
| /expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/CustomTypes/ |
| H A D | ExpoMKAnnotation.swift | 9 public var subtitle: String? variable
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/CustomTypes/ |
| H A D | ExpoMKAnnotation.swift | 9 public var subtitle: String? variable
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/CustomTypes/ |
| H A D | ExpoMKAnnotation.swift | 9 public var subtitle: String? variable
|
| /expo/packages/expo-router/src/views/ |
| H A D | Unmatched.tsx | 42 <Text role="heading" aria-level={2} style={styles.subtitle}> 88 subtitle: {
|
| /expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsUtils.swift | 13 marker.subtitle = markerObject.markerSnippet in createAppleMarker() 30 marker.subtitle = markerObject.markerSnippet in createAppleMarker()
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsUtils.swift | 13 marker.subtitle = markerObject.markerSnippet in createAppleMarker() 30 marker.subtitle = markerObject.markerSnippet in createAppleMarker()
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsUtils.swift | 13 marker.subtitle = markerObject.markerSnippet in createAppleMarker() 30 marker.subtitle = markerObject.markerSnippet in createAppleMarker()
|
| /expo/packages/expo-router/build/onboard/ |
| H A D | Tutorial.js | 47 …lt.createElement(react_native_1.Text, { role: "heading", "aria-level": 2, style: styles.subtitle }, 167 subtitle: { property
|
| H A D | createEntryFile.js.map | 1 …subtitle}>This is the first page of your app.</Text>\n </View>\n </View>\n );\n}\n\nconst…
|
| /expo/packages/expo-notifications/src/ |
| H A D | Notifications.types.ts | 364 subtitle: string | null; 476 subtitle?: string | null;
|
| /expo/packages/expo-notifications/build/ |
| H A D | Notifications.types.d.ts | 319 subtitle: string | null; 429 subtitle?: string | null;
|
| /expo/packages/expo/src/environment/ |
| H A D | DevLoadingView.tsx | 82 <Text style={styles.subtitle}> 124 subtitle: {
|