Enable tags on profile descriptions (close #3081) (#3397)

This commit is contained in:
Paul Frazee 2024-04-04 10:52:35 -07:00 committed by GitHub
parent 8b3017bca0
commit b26abf212e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 25 additions and 22 deletions

View file

@ -242,6 +242,8 @@ let ProfileHeaderLabeler = ({
style={[a.text_md]}
numberOfLines={15}
value={descriptionRT}
enableTags
authorHandle={profile.handle}
/>
</View>
) : undefined}