diff --git a/components/home/projectHome.tsx b/components/home/projectHome.tsx index b33f653..9e17c9f 100644 --- a/components/home/projectHome.tsx +++ b/components/home/projectHome.tsx @@ -55,7 +55,7 @@ export default function ProjectHome() { vertical={false} renderItem={({ index }) => ( { router.push(`/project/${data[index].id}`) }} title={data[index].title} headerColor="primary"> - + {data[index].createdAt} { Animated.timing(progress, { // 100% = 255 - toValue: 127.5, + toValue: value / 100 * 255, duration: 1000, useNativeDriver: false }).start(); }, []); return ( - - + + + + ) } \ No newline at end of file