import {View} from 'react-native' import {Trans} from '@lingui/react/macro' import {atoms as a, useTheme} from '#/alf' import {Lock_Stroke2_Corner0_Rounded as LockIcon} from '#/components/icons/Lock' import * as Skele from '#/components/Skeleton' import {Text} from '#/components/Typography' export function ThreadItemAnchorNoUnauthenticated() { const t = useTheme() return ( This author has chosen to make their posts visible only to people who are signed in. ) }