mobile: fix last heading not shown in toc

This commit is contained in:
Ammar Ahmed
2025-04-09 11:18:18 +05:00
committed by Abdullah Atta
parent 3f20c6b6dd
commit 3afde8da9a

View File

@@ -129,6 +129,7 @@ const TableOfContents = ({ toc, close }: TableOfContentsProps) => {
<TableOfContentsItem item={item} close={close} />
)}
keyExtractor={(item) => item.id}
ListFooterComponent={<View style={{ height: 50 }} />}
/>
</View>
);