fix: autofocus search

This commit is contained in:
Alejandro Gomez
2023-07-03 23:16:39 +02:00
parent 5f34cebc65
commit 14db5b6c00

View File

@ -87,6 +87,7 @@ function EmojiPicker({
`} `}
</style> </style>
<Picker <Picker
autoFocus
data={data} data={data}
custom={customEmojiList} custom={customEmojiList}
perLine={7} perLine={7}