emoji in post text

This commit is contained in:
Samuel Newman
2025-01-17 18:28:44 +00:00
committed by Eric Bailey
parent 29c7c7973a
commit 32f6feb0ce
+1 -1
View File
@@ -183,7 +183,7 @@ export function VideoPostCard({
</View>
<View style={[a.pr_xs, {paddingTop: 6, gap: 4}]}>
{text && (
<Text style={[a.text_md, a.leading_snug]} numberOfLines={2}>
<Text style={[a.text_md, a.leading_snug]} numberOfLines={2} emoji>
{text}
</Text>
)}