upd: home
Deskripsi: - update progress pada kegiatan terupdate home No Issues
This commit is contained in:
@@ -55,7 +55,7 @@ export default function ProjectHome() {
|
||||
vertical={false}
|
||||
renderItem={({ index }) => (
|
||||
<PaperGridContent content="carousel" onPress={() => { router.push(`/project/${data[index].id}`) }} title={data[index].title} headerColor="primary">
|
||||
<ProgressBar />
|
||||
<ProgressBar value={data[index].progress}/>
|
||||
<View style={[Styles.rowSpaceBetween]}>
|
||||
<Text style={[Styles.textDefault, Styles.cGray]}>{data[index].createdAt}</Text>
|
||||
<View style={[Styles.labelStatus,
|
||||
|
||||
Reference in New Issue
Block a user