From adb05ad756e0e952e88de1277be847421d9dd805 Mon Sep 17 00:00:00 2001 From: Elif Betul TAS Date: Thu, 26 Oct 2023 12:47:24 +0200 Subject: [PATCH] fix nested scroll issue by adding listMode into dropdown picker --- mobile/src/components/CustomSelect.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/src/components/CustomSelect.tsx b/mobile/src/components/CustomSelect.tsx index 204e090..9f702b9 100644 --- a/mobile/src/components/CustomSelect.tsx +++ b/mobile/src/components/CustomSelect.tsx @@ -54,6 +54,7 @@ function CustomCountrySelect({ dropDownContainerStyle={{ borderColor: customTheme.colors.gray[300], }} + listMode="SCROLLVIEW" labelStyle={{ fontSize: customTheme.fontSizes.xs, }}