allow emoji in link facets (#6039)
This commit is contained in:
@@ -128,7 +128,8 @@ export function RichText({
|
|||||||
// @ts-ignore TODO
|
// @ts-ignore TODO
|
||||||
dataSet={WORD_WRAP}
|
dataSet={WORD_WRAP}
|
||||||
shareOnLongPress
|
shareOnLongPress
|
||||||
onPress={onLinkPress}>
|
onPress={onLinkPress}
|
||||||
|
emoji>
|
||||||
{toShortUrl(segment.text)}
|
{toShortUrl(segment.text)}
|
||||||
</InlineLinkText>,
|
</InlineLinkText>,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user