Skip to content

Instantly share code, notes, and snippets.

@astrotars
Created September 24, 2018 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astrotars/84289805594c7c3265ded2868f2f6b27 to your computer and use it in GitHub Desktop.
Save astrotars/84289805594c7c3265ded2868f2f6b27 to your computer and use it in GitHub Desktop.
Activity={props => (
<Fragment>
<Activity
{...props}
Footer={
<View
style={{
flexDirection: 'row',
alignItems: 'center'
}}
>
<LikeButton {...props} />
<ReactionIcon
icon={ReplyIcon}
labelSingle="comment"
labelPlural="comments"
counts={
props.activity
.reaction_counts
}
kind="comment"
/>
</View>
}
/>
</Fragment>
)}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment