Dont autofocus composer to avoid a bug with keyboard avoiding views
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user