liinnjohansson / todays-lunch

0 stars 1 forks source link

created like button #31

Closed liinnjohansson closed 3 years ago

liinnjohansson commented 3 years ago

close #9

Default liking button created with React native paper: https://callstack.github.io/react-native-paper/icon-button.html

Added to bistroCard component for display, but implementation of toggle function for liking and unliking will be created in another issue. When liking, the icon will be filled (have property "icon="heart" instead of "heart-outline").

heartbtn