Remove use of flatten where possible (#9325)
* remove use of flatten where possible * restore flatten where it says it's needed * missing utils alpha
This commit is contained in:
@@ -955,7 +955,7 @@ function ExpandableRichTextView({
|
||||
]}>
|
||||
<RichText
|
||||
value={value}
|
||||
style={[a.text_sm, a.flex_1, a.leading_normal]}
|
||||
style={[a.text_sm, a.flex_1, a.leading_relaxed]}
|
||||
authorHandle={authorHandle}
|
||||
enableTags
|
||||
numberOfLines={
|
||||
|
||||
Reference in New Issue
Block a user