add a footer

This commit is contained in:
2025-12-12 10:07:34 +01:00
parent 7c7fc72db9
commit 56ef46d8f1
3 changed files with 31 additions and 4 deletions
@@ -64,4 +64,16 @@ export const styles = StyleSheet.create({
lastCell: {
borderRightWidth: 0,
},
footer: {
position: "absolute",
zIndex: 1,
bottom: 40,
left: 0,
right: 0,
fontSize: 8,
},
footerText: {
marginTop: 2,
textAlign: "center",
},
});