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

Dynamic component width #30

Closed lucasfeijo closed 4 years ago

lucasfeijo commented 4 years ago

instead of the size of the device it's running on. This fixes the issue of not being able to use this component inside a modal or essentially anything that's not filling the whole screen.

Simulator Screen Shot - iPad Air 2 - 2020-01-29 at 14 28 21

arronhunt commented 4 years ago

Looks good @lucasfeijo, thanks for the contribution!