Closed drexelfitzrosh closed 2 years ago
Duplicate: https://github.com/tunoltd/emoji-mart-native/issues/139
@drexelfitzrosh there's no way to do it atm, I've been meaning to investigate a solution for this but haven't gotten around to it yet.
What is your use case for making it wider?
This will be used in chats like messenger or slack.. is there any workaround?
To make it more like a keyboard integrated picker?
There's no workaround atm no, the width is unfortunately hard coded.
You could use just the <Emoji/>
component and data etc and build your own (I know some people have done this)
thanks
you can do that by adding perLine emoji to that perLine={Math.floor(Width / 42)}
I have use the style to change the size on the picker I use width and height. The height is working properly but the width seems it not reflecting any changes.