mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-30 06:12:37 +03:00
quick fix for auto correction
This commit is contained in:
parent
e490d1b485
commit
3d64327b15
@ -210,6 +210,7 @@ const MarkdownEditorView = ({
|
||||
{({ isDarkTheme }) => (
|
||||
<TextInput
|
||||
multiline
|
||||
autoCorrect={false}
|
||||
onChangeText={_changeText}
|
||||
onSelectionChange={_handleOnSelectionChange}
|
||||
placeholder={intl.formatMessage({
|
||||
|
Loading…
Reference in New Issue
Block a user