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 112 forks source link

Emoji content not scrollable without style fix #22

Closed NateRickard closed 4 years ago

NateRickard commented 5 years ago

Thanks for this great component.

I had a serious layout issue when using this where the content (emojis) would not scroll vertically. I had to copy everything locally and add alignItems: 'flex-start' to the container style. This seems to jive with the note added in the flexWrap docs.