From e874874a4c8ac485af98e04b5333e686820f03a2 Mon Sep 17 00:00:00 2001 From: Vinicius Souza Date: Sat, 26 Oct 2024 15:47:51 -0300 Subject: [PATCH] feat: finish exercise header --- src/screens/Exercise.tsx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/screens/Exercise.tsx b/src/screens/Exercise.tsx index 1b83a46..ee6483b 100644 --- a/src/screens/Exercise.tsx +++ b/src/screens/Exercise.tsx @@ -1,8 +1,10 @@ -import { Center, Icon, Text, VStack } from '@gluestack-ui/themed'; +import { Center, Heading, HStack, Icon, Text, VStack } from '@gluestack-ui/themed'; import { useNavigation } from '@react-navigation/native'; import { ArrowLeft } from 'lucide-react-native'; import { TouchableOpacity } from 'react-native'; +import BodySvg from '@assets/body.svg'; + export function Exercise() { const navigation = useNavigation(); @@ -16,6 +18,19 @@ export function Exercise() { + + + + Puxada frontal + + + + + + Costas + + + );