Skip to content

Commit

Permalink
add bottom safe area padding on the EditRequestReceiptPage.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedGaber93 committed Oct 14, 2023
1 parent 1e5672a commit c795517
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pages/EditRequestReceiptPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ function EditRequestReceiptPage({route, transactionID}) {
>
{({safeAreaPaddingBottomStyle}) => (
<DragAndDropProvider setIsDraggingOver={setIsDraggingOver}>
<HeaderWithBackButton
title={translate('common.receipt')}
onBackButtonPress={Navigation.goBack}
/>
<View style={[styles.flex1, safeAreaPaddingBottomStyle]}>
<HeaderWithBackButton
title={translate('common.receipt')}
onBackButtonPress={Navigation.goBack}
/>
<ReceiptSelector
route={route}
transactionID={transactionID}
Expand Down

0 comments on commit c795517

Please sign in to comment.