react-native-emoji-selector icon indicating copy to clipboard operation
react-native-emoji-selector copied to clipboard

βš›οΈπŸ˜Ž Simple, customizable and theme-able Emoji selector for React Native

Results 26 react-native-emoji-selector issues
Sort by recently updated
recently updated
newest added

In ios its working fine but in android this is too slow to open and after we click on icon, it too slow to close. sometime its just hang my...

help wanted
Roadmap

Just started using this library and pretty happy with it overall. On both platforms though, when using default categories, they are all on the same bar which makes each little...

Hey community, thank you for all the support you have given for this library! This is a call for support. RN development isn’t something I do often and it can...

help wanted

Hello, is there a way to display more emojis?

Current version installed in my project: "react-native-emoji-selector": "^0.2.0" I have tried to apply styles but nothing changed, wrapped around a `View` nothing changed. ![so (2)](https://user-images.githubusercontent.com/46284422/149218008-9e18e1f3-bd0d-43e1-ad87-3c3d94a5b55a.png) Code: ``` const [input, setInput]...

Closes https://github.com/arronhunt/react-native-emoji-selector/issues/53

Enable nested scrolling on the Flatlist to allow scroll into nested scroll view / flat list

Repro'd when setting showHistory to false or leaving the prop out (which should default to false). Seems like it's missing a condition to not show that tab here: https://github.com/arronhunt/react-native-emoji-selector/blob/a5d5ab0a6efc099abb8882f0a3a18e92800062bd/index.js#L76