Fixed animated issue

This commit is contained in:
Mustafa Buyukcelebi 2019-05-30 13:48:01 +03:00
parent fda6fb2a8b
commit bfa2d89be6

View File

@ -17,7 +17,7 @@ class CollapsibleCardView extends PureComponent {
*
*/
anime = {
height: new Animated.Value(),
height: new Animated.Value(-1),
expanded: false,
contentHeight: 0,
};