diff --git a/src/components/RichTextTag.tsx b/src/components/RichTextTag.tsx index 93d2399bef..a24ebb15c2 100644 --- a/src/components/RichTextTag.tsx +++ b/src/components/RichTextTag.tsx @@ -96,7 +96,8 @@ export function RichTextTag({ onLongPress={createStaticClick(menuProps.onPress).onPress} accessibilityHint={hint} label={label} - style={textStyle}> + style={textStyle} + emoji> {isNative ? ( display ) : ( diff --git a/src/view/com/posts/PostFeedReason.tsx b/src/view/com/posts/PostFeedReason.tsx index 10ed25f911..89e341ea2c 100644 --- a/src/view/com/posts/PostFeedReason.tsx +++ b/src/view/com/posts/PostFeedReason.tsx @@ -100,7 +100,8 @@ export function PostFeedReason({ t.atoms.text_contrast_medium, a.font_medium, a.leading_snug, - ]}> + ]} + emoji> {reposter} diff --git a/src/view/com/util/FeedInfoText.tsx b/src/view/com/util/FeedInfoText.tsx index 69476c9903..c36874ee64 100644 --- a/src/view/com/util/FeedInfoText.tsx +++ b/src/view/com/util/FeedInfoText.tsx @@ -27,7 +27,8 @@ export function FeedNameText({ to={href} label={displayName} style={style} - numberOfLines={numberOfLines}> + numberOfLines={numberOfLines} + emoji> {sanitizeDisplayName(displayName)} )