diff --git a/app/(tabs)/settings/index.tsx b/app/(tabs)/settings/index.tsx
index b0e1a92..91fada9 100644
--- a/app/(tabs)/settings/index.tsx
+++ b/app/(tabs)/settings/index.tsx
@@ -147,6 +147,7 @@ const SettingsScreen = () => {
textContentType='name'
maxLength={50}
onSubmitEditing={updateProfile}
+ returnKeyType='send'
/>
diff --git a/components/auth/Auth.tsx b/components/auth/Auth.tsx
index b1f5d75..f198911 100644
--- a/components/auth/Auth.tsx
+++ b/components/auth/Auth.tsx
@@ -128,11 +128,13 @@ const Auth = () => {
-
-
+ { Platform.OS === 'ios' && (
+
+
or
-
-
+
+
+ )}
diff --git a/components/status/StatusCard.tsx b/components/status/StatusCard.tsx
index 738752a..7d193b0 100644
--- a/components/status/StatusCard.tsx
+++ b/components/status/StatusCard.tsx
@@ -108,6 +108,8 @@ export default function StatusCard({ visible, user, onClose, onUpdate }: StatusC
multiline
style={styles.input}
editable={!updating}
+ onSubmitEditing={handleUpdateStatus}
+ returnKeyType='send'
/>
{newStatus.length}/80