idek
This commit is contained in:
parent
0c2e5f3ac7
commit
7e4978f0e0
@ -147,6 +147,7 @@ const SettingsScreen = () => {
|
|||||||
textContentType='name'
|
textContentType='name'
|
||||||
maxLength={50}
|
maxLength={50}
|
||||||
onSubmitEditing={updateProfile}
|
onSubmitEditing={updateProfile}
|
||||||
|
returnKeyType='send'
|
||||||
/>
|
/>
|
||||||
</ThemedView>
|
</ThemedView>
|
||||||
</SafeAreaView>
|
</SafeAreaView>
|
||||||
|
@ -128,11 +128,13 @@ const Auth = () => {
|
|||||||
</ThemedView>
|
</ThemedView>
|
||||||
</ThemedView>
|
</ThemedView>
|
||||||
|
|
||||||
<ThemedView style={styles.divider}>
|
{ Platform.OS === 'ios' && (
|
||||||
<ThemedView style={[styles.dividerLine, { backgroundColor: Colors[scheme].text }]} />
|
<ThemedView style={styles.divider}>
|
||||||
|
<ThemedView style={[styles.dividerLine, { backgroundColor: Colors[scheme].text }]} />
|
||||||
<ThemedText type='subtitle' style={styles.dividerText}>or</ThemedText>
|
<ThemedText type='subtitle' style={styles.dividerText}>or</ThemedText>
|
||||||
<ThemedView style={[styles.dividerLine, { backgroundColor: Colors[scheme].text }]} />
|
<ThemedView style={[styles.dividerLine, { backgroundColor: Colors[scheme].text }]} />
|
||||||
</ThemedView>
|
</ThemedView>
|
||||||
|
)}
|
||||||
|
|
||||||
<ThemedView style={styles.verticallySpaced}>
|
<ThemedView style={styles.verticallySpaced}>
|
||||||
<AppleSignInButton />
|
<AppleSignInButton />
|
||||||
|
@ -108,6 +108,8 @@ export default function StatusCard({ visible, user, onClose, onUpdate }: StatusC
|
|||||||
multiline
|
multiline
|
||||||
style={styles.input}
|
style={styles.input}
|
||||||
editable={!updating}
|
editable={!updating}
|
||||||
|
onSubmitEditing={handleUpdateStatus}
|
||||||
|
returnKeyType='send'
|
||||||
/>
|
/>
|
||||||
<ThemedText style={styles.charCount}>
|
<ThemedText style={styles.charCount}>
|
||||||
{newStatus.length}/80
|
{newStatus.length}/80
|
||||||
|
Loading…
x
Reference in New Issue
Block a user