mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-15 00:23:34 +03:00
Fixed #325
This commit is contained in:
parent
0b2670cd05
commit
d65bacd3f0
@ -114,7 +114,7 @@ class CollapsibleCardView extends PureComponent {
|
||||
</TouchableHighlight>
|
||||
|
||||
<Animated.View
|
||||
style={[styles.content, { height: this.anime.height }]}
|
||||
style={[styles.content, { height: this.anime.height, opacity: expanded ? 1 : 0 }]}
|
||||
onLayout={e => this._initContentHeight(e)}
|
||||
>
|
||||
<View style={[!fitContent && !noContainer && styles.contentBody]}>{children}</View>
|
||||
|
Loading…
Reference in New Issue
Block a user