From 9adcf5a12e522b2a75458a472c826e4a284b2289 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 8 Jul 2025 15:35:46 +0300 Subject: specify autocap (#8619) --- src/view/com/composer/text-input/TextInput.tsx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/view/com/composer/text-input/TextInput.tsx') diff --git a/src/view/com/composer/text-input/TextInput.tsx b/src/view/com/composer/text-input/TextInput.tsx index 27b769c4e..e9c5d86b9 100644 --- a/src/view/com/composer/text-input/TextInput.tsx +++ b/src/view/com/composer/text-input/TextInput.tsx @@ -249,6 +249,9 @@ export const TextInput = forwardRef(function TextInputImpl( multiline scrollEnabled={false} numberOfLines={2} + // Note: should be the default value, but as of v1.104 + // it switched to "none" on Android + autoCapitalize="sentences" {...props} style={[ inputTextStyle, -- cgit 1.4.1