Fix profile badge sometimes displayed below on Android (#11337)

This commit is contained in:
Oleksii Bulenok
2026-07-31 17:55:08 +02:00
committed by GitHub
parent 03f8020ee2
commit 87a177bbe8
@@ -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>
)