upd: load scroll
Deskripsi: - kegiatan - divisi - tugas divisi - diskusi - history kalender No Issues
This commit is contained in:
@@ -115,23 +115,6 @@ export default function Announcement() {
|
||||
onEndReachedThreshold={0.5}
|
||||
showsVerticalScrollIndicator={false}
|
||||
/>
|
||||
// data.map((item, index) => {
|
||||
// return (
|
||||
// <BorderBottomItem
|
||||
// key={index}
|
||||
// onPress={() => { router.push(`/announcement/${item.id}`) }}
|
||||
// borderType="bottom"
|
||||
// icon={
|
||||
// <View style={[Styles.iconContent, ColorsStatus.lightGreen]}>
|
||||
// <MaterialIcons name="campaign" size={25} color={'#384288'} />
|
||||
// </View>
|
||||
// }
|
||||
// title={item.title}
|
||||
// desc={item.desc.replace(/<[^>]*>?/gm, '')}
|
||||
// rightTopInfo={item.createdAt}
|
||||
// />
|
||||
// )
|
||||
// })
|
||||
:
|
||||
<Text style={[Styles.textDefault, Styles.cGray, { textAlign: 'center' }]}>Tidak ada pengumuman</Text>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user