Added page break + Improvement footer behaviour

This commit is contained in:
Joao Ramos
2024-01-10 21:57:21 +00:00
parent b00bf19620
commit 2ec7e85ace
2 changed files with 5 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import { styles } from "./styles";
import { View, Text } from "@react-pdf/renderer";
const TestReportFooter = () => (
<View style={[{ paddingTop: 30, fontSize: 5 }, styles.textFont]}>
<View style={[{ paddingTop: 30, fontSize: 5, position: 'absolute', bottom: 30, left: 35, right: 35 }, styles.textFont,]}>
<View
style={[
styles.spacedRow,