mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 21:01:31 +03:00
autocorrect enabled
This commit is contained in:
parent
b5cb95ae7c
commit
2b4f56fa51
@ -221,7 +221,7 @@ const MarkdownEditorView = ({
|
||||
{({ isDarkTheme }) => (
|
||||
<TextInput
|
||||
multiline
|
||||
autoCorrect={false}
|
||||
autoCorrect={true}
|
||||
onChangeText={_changeText}
|
||||
onSelectionChange={_handleOnSelectionChange}
|
||||
placeholder={intl.formatMessage({
|
||||
|
Loading…
Reference in New Issue
Block a user