update register page ui and api
This commit is contained in:
@@ -56,7 +56,7 @@ export default function LoginScreen() {
|
||||
|
||||
<TouchableOpacity
|
||||
style={styles.registerButton}
|
||||
onPress={() => router.push('/register')}
|
||||
onPress={() => router.push('/(auth)/register')}
|
||||
activeOpacity={0.8}
|
||||
>
|
||||
<LinearGradient
|
||||
|
||||
Reference in New Issue
Block a user