An ATproto social media client -- with an independent Appview.

Support emojis in settings account cards (#5487)

authored by

Eric Bailey and committed by
GitHub
6bc001a3 fd15bfec

+6 -2
+6 -2
src/view/screens/Settings/index.tsx
··· 94 94 /> 95 95 </View> 96 96 <View style={[s.flex1]}> 97 - <Text type="md-bold" style={[pal.text, a.self_start]} numberOfLines={1}> 97 + <Text 98 + emoji 99 + type="md-bold" 100 + style={[pal.text, a.self_start]} 101 + numberOfLines={1}> 98 102 {profile?.displayName || account.handle} 99 103 </Text> 100 - <Text type="sm" style={pal.textLight} numberOfLines={1}> 104 + <Text emoji type="sm" style={pal.textLight} numberOfLines={1}> 101 105 {account.handle} 102 106 </Text> 103 107 </View>