Skip to content

Commit

Permalink
Reply support for custom bubbles. Fixes #3
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammedKpln committed Feb 21, 2022
1 parent 2e30f4f commit 33e8ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export const List = React.forwardRef(
)}

<AnimatedWrapper entering={FadeInDown}>
<SwipeableBubble onReply={propsContext.onReply}>
<SwipeableBubble message={data} onReply={propsContext.onReply}>
{rowRendererProp(data)}
</SwipeableBubble>
</AnimatedWrapper>
Expand Down

0 comments on commit 33e8ee4

Please sign in to comment.