diff --git a/src/pages/iou/request/step/IOURequestStepScan/index.native.js b/src/pages/iou/request/step/IOURequestStepScan/index.native.js index 28ebe822941d..cba808a36845 100644 --- a/src/pages/iou/request/step/IOURequestStepScan/index.native.js +++ b/src/pages/iou/request/step/IOURequestStepScan/index.native.js @@ -40,7 +40,7 @@ const defaultProps = { function IOURequestStepScan({ report, route: { - params: {iouType, reportID, transactionID, pageIndex, backTo}, + params: {iouType, reportID, transactionID, backTo}, }, }) { const theme = useTheme(); @@ -207,7 +207,7 @@ function IOURequestStepScan({ style={[styles.cameraView]} zoom={device.neutralZoom} photo - cameraTabIndex={pageIndex} + cameraTabIndex={1} /> )}