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

@@ -80,7 +80,7 @@ const TestReport = ({
<Text style={defaultTextStyle}>Email: {email}</Text>
<Text style={defaultTextStyle}>Gender: {gender}</Text>
</View>
<View style={{ flex: 1 }}>
<View style={{ height: '120px' }}>
<Text
style={[
styles.textFont,
@@ -109,6 +109,9 @@ const TestReport = ({
</View>
</View>
<View style={[{ paddingTop: 30 }, styles.separator]}></View>
<TestReportFooter />
</Page>
<Page style={styles.body}>
<View>
<Text
style={[