upd: skeleton
Deskripsi: - diskusi umum - detail diskusi umum - list pengumuman - detail pengumuman - list kegiatan - detail kegiatan No Issues
This commit is contained in:
@@ -5,7 +5,7 @@ import Skeleton from "./skeleton";
|
||||
export default function SkeletonTwoItem() {
|
||||
return (
|
||||
<View style={[Styles.rowOnly]}>
|
||||
<Skeleton width={50} height={50} borderRadius={10} />
|
||||
<Skeleton width={50} height={50} borderRadius={100} />
|
||||
<View style={[{ flex: 1 }, Styles.ph05]}>
|
||||
<Skeleton width={100} widthType="percent" height={50} borderRadius={10} />
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user