feat/message-reactions#2725
Merged
Merged
Conversation
Long-press a message to open a quick emoji picker; selected reactions render as pills below the bubble and can be toggled by tapping them. Core ships only a lightweight quick picker built on the existing peer deps (react-native-gesture-handler, react-native-reanimated) and adds no new dependencies. A full emoji browser backed by react-native-emoji-chooser is demonstrated in the example app and wired through the renderReactionPicker override, so consumers opt into those deps only if they need it. Co-authored-by: Kesha Antonov <innokenty.longway@gmail.com>
Add a Reactions section (usage, props, screenshots) and a feature bullet. Screenshots captured from the example app on Android.
Collaborator
|
Thanks @DimaIvashchuk! I rebased this onto current
Your original commit is preserved as the feature commit (authored by you); the docs are a follow-up commit. Merging once CI is green. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have added a minimal working functionality for message reactions.
@kesha-antonov there might be a mess, sorry for that:) but I hope you will get basic understanding.
There are couple of things to consider: