This commit is contained in:
Clément Le Bihan
2023-12-27 21:49:59 +01:00
parent af0531bb0c
commit 495380ec43
10 changed files with 53 additions and 26 deletions
+1 -9
View File
@@ -1,19 +1,11 @@
import Song from '../../models/Song';
import React from 'react';
import { Image, Platform, View } from 'react-native';
import {
Pressable,
Text,
IconButton,
PresenceTransition,
Icon,
useBreakpointValue,
} from 'native-base';
import { Pressable, Text, PresenceTransition, Icon, useBreakpointValue } from 'native-base';
import { LikeButton } from './SongCardInfoLikeBtn';
import { Ionicons } from '@expo/vector-icons';
import { useQuery } from '../../Queries';
import API from '../../API';
import { MaterialIcons } from '@expo/vector-icons';
import { useLikeSongMutation } from '../../utils/likeSongMutation';
import Hoverable from '../Hoverable';