Fix profile badge sometimes displayed below on Android (#11337)
This commit is contained in:
@@ -37,6 +37,11 @@ export function ProfileHeaderDisplayName({
|
|||||||
<View style={[a.pl_xs, {marginTop: platform({ios: 2})}]}>
|
<View style={[a.pl_xs, {marginTop: platform({ios: 2})}]}>
|
||||||
<ProfileBadges profile={profile} size="lg" interactive />
|
<ProfileBadges profile={profile} size="lg" interactive />
|
||||||
</View>
|
</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>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user