Re-rendering improvements for like/unlike (#2180)

* Add a few memos

* Memo PostDropdownBtn better

* More memo

* More granularity

* Extract PostContent

* Fix a usage I missed

* oops
This commit is contained in:
dan 2023-12-12 21:50:43 +00:00 committed by GitHub
parent a5e25a7a16
commit 5c701f8e0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 160 additions and 87 deletions

View file

@ -328,7 +328,9 @@ let PostThreadItemLoaded = ({
</View>
<PostDropdownBtn
testID="postDropdownBtn"
post={post}
postAuthor={post.author}
postCid={post.cid}
postUri={post.uri}
record={record}
style={{
paddingVertical: 6,