TheWidlarzGroup / rn-emoji-keyboard

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

Bringing up keyboard on iOS covers the emoji keyboard #43

Closed pablaber closed 2 years ago

pablaber commented 2 years ago

Describe the bug If you press the search bar on iOS and the keyboard comes up it covers the emoji keyboard.

To Reproduce Steps to reproduce the behavior:

  1. Enable the search bar
  2. Click on the search bar
  3. When the keyboard comes up see that it covers everything.

Expected behavior Emoji keyboard avoids the iOS keyboard when it comes up.

Screenshots image image

Smartphone (please complete the following information):

arunim2405 commented 2 years ago

Slack solves this by expanding the selector so the search bar goes to the top, something similar can be implemented here as well

arunim2405 commented 2 years ago

https://github.com/TheWidlarzGroup/rn-emoji-keyboard/pull/44