Dont autofocus composer to avoid a bug with keyboard avoiding views
parent
a2a2519e87
commit
5efd0a5b7e
|
@ -166,7 +166,6 @@ export const ComposePost = observer(function ComposePost({
|
||||||
<TextInput
|
<TextInput
|
||||||
multiline
|
multiline
|
||||||
scrollEnabled
|
scrollEnabled
|
||||||
autoFocus
|
|
||||||
onChangeText={(text: string) => onChangeText(text)}
|
onChangeText={(text: string) => onChangeText(text)}
|
||||||
placeholder={replyTo ? 'Write your reply' : "What's new?"}
|
placeholder={replyTo ? 'Write your reply' : "What's new?"}
|
||||||
style={styles.textInput}>
|
style={styles.textInput}>
|
||||||
|
|
Loading…
Reference in New Issue