From fed9afb98f62d17fbcb6c297a32d788edbe0d22b Mon Sep 17 00:00:00 2001 From: kaito <80802871+kaitoo1@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:59:05 +0900 Subject: [PATCH] change comment keyboard layout --- apps/mobile/src/components/Feed/Socialize/CommentBox.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/mobile/src/components/Feed/Socialize/CommentBox.tsx b/apps/mobile/src/components/Feed/Socialize/CommentBox.tsx index a9f5c3d260..1e9260037c 100644 --- a/apps/mobile/src/components/Feed/Socialize/CommentBox.tsx +++ b/apps/mobile/src/components/Feed/Socialize/CommentBox.tsx @@ -103,6 +103,7 @@ export function CommentBox({ placeholder="Add a comment..." placeholderTextColor={colorScheme === 'dark' ? colors.shadow : colors.metal} onSubmitEditing={handleDismiss} + keyboardType="twitter" keyboardAppearance={colorScheme} style={{ flex: 1, color: colorScheme === 'dark' ? colors.white : colors.black['800'] }} />