Fixed the like button and now desactivated the click on card to go to song and changed default display for score from '?' to '-'

This commit is contained in:
Clément Le Bihan
2023-12-27 21:44:16 +01:00
parent c5124fa6ad
commit af0531bb0c
7 changed files with 358 additions and 196 deletions
+1 -1
View File
@@ -124,7 +124,7 @@ const InteractiveCC: React.FC<InteractiveCCProps> = ({
Animated.timing(animatedValues[key]!, {
toValue: stateValue,
duration: duration,
useNativeDriver: true,
useNativeDriver: false,
}).start();
});
};