1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00
This commit is contained in:
Zhiyuan Zheng
2021-03-18 23:32:31 +01:00
parent e1f95ea2b2
commit f9f9b783e3
9 changed files with 123 additions and 105 deletions

View File

@ -52,7 +52,7 @@ const ComposeTextInput: React.FC = () => {
})
}}
ref={composeState.textInputFocus.refs.text}
scrollEnabled
scrollEnabled={false}
>
<Text>{composeState.text.formatted}</Text>
</TextInput>