Skip to content

Commit

Permalink
Merge pull request #31519 from Krishna2323/krishna2323/issue/re/30284
Browse files Browse the repository at this point in the history
fix: Receipt - The border green line on top and bottom in native.
  • Loading branch information
Julesssss authored Nov 20, 2023
2 parents ff4c947 + 857a9d3 commit 77be80b
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions src/pages/iou/ReceiptSelector/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,14 +205,18 @@ function ReceiptSelector({route, report, iou, transactionID}) {
</View>
)}
{cameraPermissionStatus === RESULTS.GRANTED && device != null && (
<NavigationAwareCamera
ref={camera}
device={device}
style={[styles.cameraView]}
zoom={device.neutralZoom}
photo
cameraTabIndex={pageIndex}
/>
<View style={[styles.cameraView]}>
<View style={styles.flex1}>
<NavigationAwareCamera
ref={camera}
device={device}
style={[styles.flex1]}
zoom={device.neutralZoom}
photo
cameraTabIndex={pageIndex}
/>
</View>
</View>
)}
<View style={[styles.flexRow, styles.justifyContentAround, styles.alignItemsCenter, styles.pv3]}>
<AttachmentPicker shouldHideCameraOption>
Expand Down

0 comments on commit 77be80b

Please sign in to comment.