({
route,
}: {
+route: NavigationRoute<'ThreadSettingsNotifications'>,
...
})
| 393 | headerBackTitleVisible: false, |
| 394 | }; |
| 395 | const threadSettingsNotificationsOptions = ({ |
| 396 | route, |
| 397 | }: { |
| 398 | +route: NavigationRoute<'ThreadSettingsNotifications'>, |
| 399 | ... |
| 400 | }) => ({ |
| 401 | headerTitle: threadIsSidebar(route.params.threadInfo) |
| 402 | ? threadSettingsNotificationsCopy.SIDEBAR_TITLE |
| 403 | : threadSettingsNotificationsCopy.CHANNEL_TITLE, |
| 404 | headerBackTitleVisible: false, |
| 405 | }); |
| 406 | const changeRolesScreenOptions = ({ |
| 407 | route, |
| 408 | }: { |
nothing calls this directly
no test coverage detected