-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open ReactionPicker on Message LongPress, without opening the context menu first #108
Comments
Hey @mckenziefiege thanks for bringing this to our attention. Let me get back to you on this one in few hours!! |
Hey @mckenziefiege , we will be publishing a change tomorrow. With that change you will be able to customize the required onLongPress or onPress behaviour as following:
Please let us know if this will solve your issue!! |
Hey @mckenziefiege , This has been been published - v0.6.0 Please let us know if it solves your issue!! :) |
@vishalnarkhede Works great! Thank you! :) |
We are looking to rewrite the existing functionality of the openReactionSelector in the MessageContent component. Instead of the long press to open the menu and then having to click on “Add Reaction”, we would like to have the longPress immediately open the reaction picker.
In order to achieve this - we have tried creating a custom component for MessageSimple and MessageContent where our custom MessageSimple component would render the custom MessageContent component. However, it seems to be an endless cycle of having to create custom components (ex: ReactionPicker and MessageReplies) which can not be imported. Is there a way to adjust the openReactionSelector function without having to create custom components?
The text was updated successfully, but these errors were encountered: