Fix profile badge sometimes displayed below

This commit is contained in:
Oleksii Bulenok
2026-07-30 17:22:36 +02:00
parent 157a1893fd
commit 66f45d6a3a
@@ -37,6 +37,11 @@ export function ProfileHeaderDisplayName({
<View style={[a.pl_xs, {marginTop: platform({ios: 2})}]}>
<ProfileBadges profile={profile} size="lg" interactive />
</View>
{/*
* TODO: Workaround for a rounding bug in Android RN.
* Fixed upstream in RN main (facebook/react-native#56651); remove this
* once we are on a release that contains it (0.86.0 should be good).
*/}{' '}
</Text>
</View>
)