Home
last modified time | relevance | path

Searched refs:showSubtitle (Results 1 – 16 of 16) sorted by relevance

/expo/packages/expo-notifications/src/__tests__/
H A DNotificationCategories-test.ts28 showSubtitle: true,
53 showSubtitle: true,
/expo/packages/expo-notifications/build/
H A DNotificationCategoriesModule.types.d.ts12 showSubtitle?: boolean;
H A DNotificationCategoriesModule.types.js.map1 …;\n allowInCarPlay?: boolean;\n showTitle?: boolean;\n showSubtitle?: boolean;\n …
H A DNotifications.types.d.ts622 showSubtitle?: boolean;
H A DNotifications.types.js.map1 …led notification previews for the app.\n * @default false\n */\n showSubtitle?: boolean;\n /…
/expo/packages/expo-notifications/src/
H A DNotificationCategoriesModule.types.ts17 showSubtitle?: boolean;
H A DNotifications.types.ts677 showSubtitle?: boolean;
/expo/home/components/
H A DProjectsListItem.tsx63 const showSubtitle = subtitle && name.toLowerCase() !== subtitle.toLowerCase();
92 {showSubtitle ? (
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Categories/
H A DEXNotificationCategoriesModule.m145 if ([params[@"showSubtitle"] boolValue]) {
176 …serializedOptions[@"showSubtitle"] = [NSNumber numberWithBool:((category.options & UNNotificationC…
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI47_0_0EXNotificationCategoriesModule.m145 if ([params[@"showSubtitle"] boolValue]) {
176 …serializedOptions[@"showSubtitle"] = [NSNumber numberWithBool:((category.options & UNNotificationC…
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI49_0_0EXNotificationCategoriesModule.m145 if ([params[@"showSubtitle"] boolValue]) {
176 …serializedOptions[@"showSubtitle"] = [NSNumber numberWithBool:((category.options & UNNotificationC…
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI48_0_0EXNotificationCategoriesModule.m145 if ([params[@"showSubtitle"] boolValue]) {
176 …serializedOptions[@"showSubtitle"] = [NSNumber numberWithBool:((category.options & UNNotificationC…
/expo/apps/test-suite/tests/
H A DNotifications.js641 showSubtitle: false, property
652 showSubtitle: true, property
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1259 …- `showSubtitle`: A boolean indicating whether to show the notification's subtitle, even if the us…
1989 showSubtitle?: boolean;
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dnotifications.mdx1259 …- `showSubtitle`: A boolean indicating whether to show the notification's subtitle, even if the us…
1989 showSubtitle?: boolean;
/expo/packages/expo-notifications/
H A DREADME.md1257 …- `showSubtitle`: A boolean indicating whether to show the notification's subtitle, even if the us…
1981 showSubtitle?: boolean;