Dont autofocus composer to avoid a bug with keyboard avoiding views

zio/stable
Paul Frazee 2022-11-18 11:10:29 -06:00
parent a2a2519e87
commit 5efd0a5b7e
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ export const ComposePost = observer(function ComposePost({
<TextInput
multiline
scrollEnabled
autoFocus
onChangeText={(text: string) => onChangeText(text)}
placeholder={replyTo ? 'Write your reply' : "What's new?"}
style={styles.textInput}>