TheWidlarzGroup / rn-emoji-keyboard

Super performant, lightweight, fully customizable emoji picker 🚀
https://thewidlarzgroup.github.io/rn-emoji-keyboard/
MIT License
326 stars 59 forks source link

Modal closed after select emoji #124

Closed lamlengend98 closed 1 year ago

lamlengend98 commented 1 year ago

I want to select multi emoji in one time, but modal is closed after select an emoji How can I select multiple without closing?

lamlengend98 commented 1 year ago

@mateki0 can you take a look on this?

mateki0 commented 1 year ago

Hi @lamlengend98 , there's separate props for this - https://thewidlarzgroup.github.io/rn-emoji-keyboard/docs/api/modal#allowmultipleselections And here is the example in the code https://github.com/TheWidlarzGroup/rn-emoji-keyboard/blob/master/example/src/SelectedEmojis/SelectedEmojis.tsx

jakex7 commented 1 year ago

Exactly like @mateki0 said, allowMultipleSelections prop is what you're looking for. I'm closing this issue as it has been resolved, but feel free to reopen if you have any additional questions