From 515066937ffcca38b7e7ad65934668df665e4993 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Fri, 3 May 2024 14:05:11 -0600 Subject: [PATCH 1/2] fix layout on ios --- src/components/SelectionList/TransactionListItem.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/SelectionList/TransactionListItem.tsx b/src/components/SelectionList/TransactionListItem.tsx index 3e60aa8c270e..0965ce6dabce 100644 --- a/src/components/SelectionList/TransactionListItem.tsx +++ b/src/components/SelectionList/TransactionListItem.tsx @@ -100,7 +100,7 @@ function TransactionListItem({ /> {displayName} @@ -164,14 +164,14 @@ function TransactionListItem({ <> - {userCell(transactionItem.from)} + {userCell(transactionItem.from)} - {userCell(transactionItem.to)} + {userCell(transactionItem.to)} {actionCell} From 64da3b8e7444d8c52757b8b6dc42781d105a5d60 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Fri, 3 May 2024 14:18:58 -0600 Subject: [PATCH 2/2] fix list clipping --- src/components/Search.tsx | 1 + src/pages/Search/SearchPageBottomTab.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Search.tsx b/src/components/Search.tsx index 3f248c0c72aa..d8d3160a2633 100644 --- a/src/components/Search.tsx +++ b/src/components/Search.tsx @@ -69,6 +69,7 @@ function Search({query}: SearchProps) { }} shouldPreventDefaultFocusOnSelectRow={!DeviceCapabilities.canUseTouchScreen()} listHeaderWrapperStyle={[styles.ph9, styles.pv3, styles.pb5]} + containerStyle={[styles.pv0]} /> ); } diff --git a/src/pages/Search/SearchPageBottomTab.tsx b/src/pages/Search/SearchPageBottomTab.tsx index 59e59b456724..3d2ee267b7a9 100644 --- a/src/pages/Search/SearchPageBottomTab.tsx +++ b/src/pages/Search/SearchPageBottomTab.tsx @@ -28,7 +28,7 @@ function SearchPageBottomTab() { return (