From 8d571a705a668d1fc153ada5be96ab2fb6840c7f Mon Sep 17 00:00:00 2001 From: Nam Le Date: Tue, 26 Sep 2023 16:47:39 +0700 Subject: [PATCH 1/3] remove PressableWithFeedback wrap button choose file --- src/pages/iou/ReceiptSelector/index.js | 31 +++++++++++--------------- 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/src/pages/iou/ReceiptSelector/index.js b/src/pages/iou/ReceiptSelector/index.js index a817195fe8a3..27e5d01847d5 100644 --- a/src/pages/iou/ReceiptSelector/index.js +++ b/src/pages/iou/ReceiptSelector/index.js @@ -8,7 +8,6 @@ import * as IOU from '../../../libs/actions/IOU'; import reportPropTypes from '../../reportPropTypes'; import CONST from '../../../CONST'; import ReceiptUpload from '../../../../assets/images/receipt-upload.svg'; -import PressableWithFeedback from '../../../components/Pressable/PressableWithFeedback'; import Button from '../../../components/Button'; import styles from '../../../styles/styles'; import CopyTextToClipboard from '../../../components/CopyTextToClipboard'; @@ -155,24 +154,20 @@ function ReceiptSelector(props) { {({openPicker}) => ( - -