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