TheWidlarzGroup / rn-emoji-keyboard

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

The categoryPosition is the ‘bottom’, and the action bar blinks when the component is initialized #133

Open ShmilyXI opened 1 year ago

ShmilyXI commented 1 year ago

Describe the bug When set to 'bottom', it should be displayed directly at the bottom of the component when the component is rendered, but it will actually be displayed at the top of the bottom, and it will flash to the real bottom after the emoticon list is rendered The other two options do not present this problem

To Reproduce Steps to reproduce the behavior:

  1. set categoryPosition to bottom
  2. show rn-emoji-keyboard

Expected behavior The action bar is displayed directly at the bottom

Screenshots

image image

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

mateki0 commented 1 year ago

@ShmilyXI What version of rn-emoji-keyboard and react-native do you have?