Disable selectable profile description on Android (#11002)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Samuel Newman
2026-06-29 18:18:32 +03:00
committed by GitHub
parent a5ed41fa0f
commit 69058e1ec2
@@ -169,7 +169,7 @@ let ProfileHeaderStandard = ({
testID="profileHeaderDescription"
style={[a.text_md]}
numberOfLines={15}
selectable
selectable={platform({android: false, default: true})}
value={descriptionRT}
enableTags
authorHandle={profile.handle}