diff --git a/src/screens/Compose/Root/Header/TextInput.tsx b/src/screens/Compose/Root/Header/TextInput.tsx index 8e9d3049..670e134f 100644 --- a/src/screens/Compose/Root/Header/TextInput.tsx +++ b/src/screens/Compose/Root/Header/TextInput.tsx @@ -21,8 +21,6 @@ const ComposeTextInput: React.FC = () => { borderBottomColor: theme.border } ]} - autoCapitalize='none' - autoCorrect={false} autoFocus enablesReturnKeyAutomatically multiline