Fixed animated issue

This commit is contained in:
Mustafa Buyukcelebi 2019-05-30 13:48:01 +03:00
parent 6fa39bfafe
commit 1384dc77e8

View File

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