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
|
return (await import('./EmojiPickerData.json')).default
|
||||||
}}
|
}}
|
||||||
onEmojiSelect={onInsert}
|
onEmojiSelect={onInsert}
|
||||||
autoFocus={false}
|
autoFocus={true}
|
||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
</TouchableWithoutFeedback>
|
</TouchableWithoutFeedback>
|
||||||
|
|||||||
Reference in New Issue
Block a user