HomeScreen + Loggin

pull/14/head
Tony Fages 5 months ago
parent e1cfdacb06
commit ddb53778fc

@ -1,4 +1,4 @@
import {ImageBackground, SafeAreaView,Text, TouchableOpacity, View} from "react-native";
import {ImageBackground, Text, TouchableOpacity, View} from "react-native";
import React from "react";
import {AntDesign, MaterialCommunityIcons} from "@expo/vector-icons";
import {Workout} from "@/model/Workout";
@ -20,7 +20,7 @@ export default function WorkoutCardComponent() {
<View className="flex-row justify-between items-center p-4">
<View className="flex-row space-x-4">
<View className="flex-row items-center">
<Text className="text-white text-sm ml-1">{exercise.duration} min</Text>@
<Text className="text-white text-sm ml-1">{exercise.duration} min</Text>
</View>
<View className="justify-center ml-0.5">
<MaterialCommunityIcons name="square-rounded" size={8}color="white" />

Loading…
Cancel
Save