import { Button, Text } from '@/components/core'; import { useTailwind } from '@/hooks'; import { withHook } from '@/utils'; import { View } from 'react-native'; import { useProfileContainer } from '../containers'; const ProfileScreen = withHook(useProfileContainer, ({ logout }) => { const tw = useTailwind(); return ( ProfileScreen