more text elements missing emoji prop (#9301)
This commit is contained in:
@@ -96,7 +96,8 @@ export function RichTextTag({
|
||||
onLongPress={createStaticClick(menuProps.onPress).onPress}
|
||||
accessibilityHint={hint}
|
||||
label={label}
|
||||
style={textStyle}>
|
||||
style={textStyle}
|
||||
emoji>
|
||||
{isNative ? (
|
||||
display
|
||||
) : (
|
||||
|
||||
@@ -100,7 +100,8 @@ export function PostFeedReason({
|
||||
t.atoms.text_contrast_medium,
|
||||
a.font_medium,
|
||||
a.leading_snug,
|
||||
]}>
|
||||
]}
|
||||
emoji>
|
||||
{reposter}
|
||||
</WebOnlyInlineLinkText>
|
||||
</ProfileHoverCard>
|
||||
|
||||
@@ -27,7 +27,8 @@ export function FeedNameText({
|
||||
to={href}
|
||||
label={displayName}
|
||||
style={style}
|
||||
numberOfLines={numberOfLines}>
|
||||
numberOfLines={numberOfLines}
|
||||
emoji>
|
||||
{sanitizeDisplayName(displayName)}
|
||||
</WebOnlyInlineLinkText>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user