mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-30 09:07:28 +03:00
Fixed animated issue
This commit is contained in:
parent
fda6fb2a8b
commit
bfa2d89be6
@ -17,7 +17,7 @@ class CollapsibleCardView extends PureComponent {
|
||||
*
|
||||
*/
|
||||
anime = {
|
||||
height: new Animated.Value(),
|
||||
height: new Animated.Value(-1),
|
||||
expanded: false,
|
||||
contentHeight: 0,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user