import {View} from 'react-native' import * as Toast from '#/view/com/util/Toast' import * as SettingsList from '#/screens/Settings/components/SettingsList' import {atoms as a, useTheme} from '#/alf' import {Alien_Stroke2_Corner0_Rounded as AlienIcon} from '#/components/icons/Alien' import {BirthdayCake_Stroke2_Corner2_Rounded as BirthdayCakeIcon} from '#/components/icons/BirthdayCake' import {BubbleInfo_Stroke2_Corner2_Rounded as BubbleInfoIcon} from '#/components/icons/BubbleInfo' import {CircleQuestion_Stroke2_Corner2_Rounded as CircleQuestionIcon} from '#/components/icons/CircleQuestion' import {Envelope_Stroke2_Corner2_Rounded as EnvelopeIcon} from '#/components/icons/Envelope' import {Explosion_Stroke2_Corner0_Rounded as ExplosionIcon} from '#/components/icons/Explosion' import {Earth_Stroke2_Corner2_Rounded as EarthIcon} from '#/components/icons/Globe' import {PaintRoller_Stroke2_Corner2_Rounded as PaintRollerIcon} from '#/components/icons/PaintRoller' import {Person_Stroke2_Corner2_Rounded as PersonIcon} from '#/components/icons/Person' import {Pizza_Stroke2_Corner0_Rounded as PizzaIcon} from '#/components/icons/Pizza' import {RaisingHand4Finger_Stroke2_Corner2_Rounded as HandIcon} from '#/components/icons/RaisingHand' import {ShieldCheck_Stroke2_Corner0_Rounded as ShieldIcon} from '#/components/icons/Shield' import {Window_Stroke2_Corner2_Rounded as WindowIcon} from '#/components/icons/Window' import {Text} from '#/components/Typography' export function Settings() { const t = useTheme() return ( Settings Account Privacy and security Moderation Content and media Accessibilty and appearance Languages Help About Toast.show('Sign out pressed')} label="Sign out"> Sign out Not pressable Toast.show('Pressable pressed')} label="Pressable"> Pressable Destructive link Toast.show('Email change dialog goes here')}> Email hello@example.com Toast.show('Pressable pressed')} label="Protect your account" style={[ a.my_sm, a.mx_lg, a.rounded_md, {backgroundColor: t.palette.primary_50}, ]} hoverStyle={[{backgroundColor: t.palette.primary_100}]} contentContainerStyle={[a.rounded_md, a.px_lg]}> Protect your account Birthday Toast.show('Show edit birthday dialog')} /> long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long long ) }