allow emoji in link facets (#6039)

This commit is contained in:
Samuel Newman
2024-10-31 21:51:58 +00:00
committed by GitHub
parent d5f8d8224f
commit 3b68dfeb3b
+2 -1
View File
@@ -128,7 +128,8 @@ export function RichText({
// @ts-ignore TODO
dataSet={WORD_WRAP}
shareOnLongPress
onPress={onLinkPress}>
onPress={onLinkPress}
emoji>
{toShortUrl(segment.text)}
</InlineLinkText>,
)