-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Popover when clicking on Avatar #660
Comments
You could use the onPressAvatar prop in the GiftedChat Component. I would simply show a Modal. |
I thought about it, but if i want to show the modal next to the avatar? Thanks! |
Why not render your own avatar? The component has a renderAvatar function option where you render your avatar. |
@12tp12 Yes you should use renderAvatar... |
Thanks everyone! |
I close your issue, but I create a question pointing here: https://github.com/FaridSafi/react-native-gifted-chat/blob/master/README.md#questions |
Issue Description
I want to implement a popover that pops right after clicking on a specific avatar,
what is the best implementation in this case and how? using renderAvatar props?
Thanks
The text was updated successfully, but these errors were encountered: