Added page break + Improvement footer behaviour
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user