Support emojis in settings account cards
This commit is contained in:
@@ -94,10 +94,14 @@ function SettingsAccountCard({
|
|||||||
/>
|
/>
|
||||||
</View>
|
</View>
|
||||||
<View style={[s.flex1]}>
|
<View style={[s.flex1]}>
|
||||||
<Text type="md-bold" style={[pal.text, a.self_start]} numberOfLines={1}>
|
<Text
|
||||||
|
emoji
|
||||||
|
type="md-bold"
|
||||||
|
style={[pal.text, a.self_start]}
|
||||||
|
numberOfLines={1}>
|
||||||
{profile?.displayName || account.handle}
|
{profile?.displayName || account.handle}
|
||||||
</Text>
|
</Text>
|
||||||
<Text type="sm" style={pal.textLight} numberOfLines={1}>
|
<Text emoji type="sm" style={pal.textLight} numberOfLines={1}>
|
||||||
{account.handle}
|
{account.handle}
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user