Restore autofocus on emoji drop down (#1821)
This commit is contained in:
@@ -76,7 +76,7 @@ export function EmojiPicker({close}: {close: () => void}) {
|
||||
return (await import('./EmojiPickerData.json')).default
|
||||
}}
|
||||
onEmojiSelect={onInsert}
|
||||
autoFocus={false}
|
||||
autoFocus={true}
|
||||
/>
|
||||
</View>
|
||||
</TouchableWithoutFeedback>
|
||||
|
||||
Reference in New Issue
Block a user