From 4f1fd129258f4dbb1bd1d3e662f9905610188644 Mon Sep 17 00:00:00 2001 From: Francois Laithier Date: Mon, 11 Dec 2023 13:40:34 -0800 Subject: [PATCH] Merge pull request #32854 from mkhutornyi/fix-32836 (cherry picked from commit 091d6a0b18586cc42eb3a8cb4de6ca60f7027a04) --- src/pages/iou/request/step/IOURequestStepScan/index.native.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} /> )}