stream-chat-react
stream-chat-react copied to clipboard
Make `emoji-mart` modular/optional
Motivation
Current implementation uses hardcoded emoji-mart features which makes it hard to upgrade and maintain and also unnecessarily increases SDK's package size.
Proposed solution
Remove from the SDK, make emoji-mart optional, introduce simpler API which could be used with different emoji pickers.