mirror of
https://github.com/pezkuwichain/pezkuwi-mobile-app.git
synced 2026-04-22 01:57:56 +00:00
auto-commit for 028bd2b6-2acc-4b1b-8b6f-ed5a3487b346
This commit is contained in:
@@ -62,7 +62,7 @@ export default function AuthScreen({ navigation }: any) {
|
||||
>
|
||||
<ScrollView showsVerticalScrollIndicator={false}>
|
||||
<View style={styles.header}>
|
||||
<Text style={styles.title}>{isSignIn ? 'Welcome Back' : 'Create Account'}</Text>
|
||||
<Text style={styles.title}>{isSignIn ? t('signIn') : t('signUp')}</Text>
|
||||
<Text style={styles.subtitle}>
|
||||
{isSignIn ? t('signIn') : t('signUp')}
|
||||
</Text>
|
||||
|
||||
Reference in New Issue
Block a user