Skip to content

Commit

Permalink
Merge pull request Expensify#36149 from aswin-s/feat/issue-36098
Browse files Browse the repository at this point in the history
[CP Staging] fix: camera doesn't load on iou scan screen
  • Loading branch information
mountiny authored Feb 8, 2024
2 parents b2a305a + 6d714a5 commit 2efc1da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const NavigationAwareCamera = React.forwardRef(({cameraTabIndex, ...props}, ref)
// eslint-disable-next-line react/jsx-props-no-spreading
{...props}
isActive={isCameraActive}
photo={isCameraActive}
/>
);
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ function IOURequestStepScan({
device={device}
style={[styles.flex1]}
zoom={device.neutralZoom}
photo
cameraTabIndex={1}
orientation="portrait"
/>
Expand Down

0 comments on commit 2efc1da

Please sign in to comment.