I want to add a Card component to this module: https://snack.expo.io/@xcarpentier/gifted-chat (demo)
For example, if using onLongPress()
on the Bubble Message, i want additional info to appear (right below that Bubble Message, as a small card, like Tinder Card).
How do I do that? Do I need to clone the source code and then modify it to fit what I need?