idek
This commit is contained in:
@ -128,11 +128,13 @@ const Auth = () => {
|
||||
</ThemedView>
|
||||
</ThemedView>
|
||||
|
||||
<ThemedView style={styles.divider}>
|
||||
<ThemedView style={[styles.dividerLine, { backgroundColor: Colors[scheme].text }]} />
|
||||
{ Platform.OS === 'ios' && (
|
||||
<ThemedView style={styles.divider}>
|
||||
<ThemedView style={[styles.dividerLine, { backgroundColor: Colors[scheme].text }]} />
|
||||
<ThemedText type='subtitle' style={styles.dividerText}>or</ThemedText>
|
||||
<ThemedView style={[styles.dividerLine, { backgroundColor: Colors[scheme].text }]} />
|
||||
</ThemedView>
|
||||
<ThemedView style={[styles.dividerLine, { backgroundColor: Colors[scheme].text }]} />
|
||||
</ThemedView>
|
||||
)}
|
||||
|
||||
<ThemedView style={styles.verticallySpaced}>
|
||||
<AppleSignInButton />
|
||||
|
Reference in New Issue
Block a user