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