arronhunt / react-native-emoji-selector

⚛️😎 Simple, customizable and theme-able Emoji selector for React Native
https://www.npmjs.com/package/react-native-emoji-selector
MIT License
296 stars 111 forks source link

STYLING EMOJI SIZE #47

Closed vismayainnow8 closed 3 years ago

vismayainnow8 commented 3 years ago

Is it possible to change the size of all the emojis in the categories.. because i think emojis size in the categories bar and emoji size in the categories content id different ...one is small and the other is big

arronhunt commented 3 years ago

Hi @vismayainnow8, can you please let me know what behavior you are expecting and not seeing?

vismayainnow8 commented 3 years ago

Hi @vismayainnow8, can you please let me know what behavior you are expecting and not seeing?

i need both to be small

arronhunt commented 3 years ago

Both of what? You can change the size of the emoji grid by passing in the columns prompt.

<EmojiSelector
  columns={8}
  onEmojiSelected={handleEmojiSelect}
/>;

The more columns you have the smaller size the emoji previews become.

Edit: It looks like you edited your original post and I see you’re talking about the category tabs. Since there are 10 tabs you can change the columns to 10 and they should render the same size.