Fix RTL post alignment on native

This commit is contained in:
Eric Bailey
2026-08-28 13:53:57 -05:00
parent e39d308fb7
commit 5bde4cddb2
11 changed files with 56 additions and 3 deletions
@@ -405,6 +405,7 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({
enableTags
selectable
value={richText}
language={record.langs?.[0]}
style={[a.flex_1, a.text_lg]}
authorHandle={post.author.handle}
shouldProxyLinks={true}
@@ -327,6 +327,7 @@ const ThreadItemPostInner = memo(function ThreadItemPostInner({
<RichText
enableTags
value={richText}
language={record.langs?.[0]}
style={[a.flex_1, a.text_md]}
numberOfLines={limitLines ? MAX_POST_LINES : undefined}
authorHandle={post.author.handle}
@@ -355,6 +355,7 @@ const ThreadItemTreePostInner = memo(function ThreadItemTreePostInner({
<RichText
enableTags
value={richText}
language={record.langs?.[0]}
style={[a.flex_1, a.text_md]}
numberOfLines={limitLines ? MAX_POST_LINES : undefined}
authorHandle={post.author.handle}