Skip to content

Commit bbd13e9

Browse files
authored
Merge pull request Expensify#87329 from software-mansion-labs/@GCyganek/landscape-mode/empty-space-below-take-a-photo
2 parents d9b9684 + 2887068 commit bbd13e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/iou/request/step/IOURequestStepScan/index.native.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ function IOURequestStepScan({
397397
{PDFValidationComponent}
398398
<View style={[styles.flex1]}>
399399
{cameraPermissionStatus !== RESULTS.GRANTED && (
400-
<ScrollView>
400+
<ScrollView contentContainerStyle={styles.flexGrow1}>
401401
<View style={[styles.cameraView, isInLandscapeMode ? styles.permissionViewLandscape : styles.permissionView, styles.userSelectNone]}>
402402
<ImageSVG
403403
contentFit="contain"

0 commit comments

Comments
 (0)