upd: caraousel
Deskripsi: -fix caraousel project pada home page - fix carousel divisi pada home page - fix caraousel task divisi pada divisi page - fix caraousel dokumen divisi pada divisi page No Issues
This commit is contained in:
@@ -14,7 +14,8 @@ export default function TaskDivisionDetail() {
|
||||
<Text style={[Styles.textDefaultSemiBold, Styles.mb05]}>Tugas Hari Ini</Text>
|
||||
<Carousel
|
||||
ref={ref}
|
||||
width={width}
|
||||
style={{ width: "100%" }}
|
||||
width={width * 0.8}
|
||||
height={100}
|
||||
data={data}
|
||||
loop={true}
|
||||
@@ -24,7 +25,7 @@ export default function TaskDivisionDetail() {
|
||||
snapEnabled={true}
|
||||
vertical={false}
|
||||
renderItem={({ index }) => (
|
||||
<View style={[Styles.wrapPaper, { width: '80%'}]}>
|
||||
<View style={[Styles.wrapPaper, { width: '95%'}]}>
|
||||
<Text style={[Styles.textDefaultSemiBold]}>Rancangan Laporan - Laporan 1</Text>
|
||||
<View style={[Styles.rowItemsCenter, Styles.mt10]}>
|
||||
<Feather name="clock" size={18} color="grey" style={Styles.mr05} />
|
||||
|
||||
Reference in New Issue
Block a user