idek
This commit is contained in:
parent
0c2e5f3ac7
commit
7e4978f0e0
@ -147,6 +147,7 @@ const SettingsScreen = () => {
|
||||
textContentType='name'
|
||||
maxLength={50}
|
||||
onSubmitEditing={updateProfile}
|
||||
returnKeyType='send'
|
||||
/>
|
||||
</ThemedView>
|
||||
</SafeAreaView>
|
||||
|
@ -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 />
|
||||
|
@ -108,6 +108,8 @@ export default function StatusCard({ visible, user, onClose, onUpdate }: StatusC
|
||||
multiline
|
||||
style={styles.input}
|
||||
editable={!updating}
|
||||
onSubmitEditing={handleUpdateStatus}
|
||||
returnKeyType='send'
|
||||
/>
|
||||
<ThemedText style={styles.charCount}>
|
||||
{newStatus.length}/80
|
||||
|
Loading…
x
Reference in New Issue
Block a user