fix: keyboard catching taps on search component

This commit is contained in:
Adrian Castro
2024-02-13 20:03:37 +01:00
parent 0468b2377d
commit 3b84adf645
2 changed files with 6 additions and 2 deletions

View File

@@ -22,7 +22,10 @@ export default function SearchScreen() {
};
return (
<ScrollView>
<ScrollView
keyboardDismissMode="on-drag"
keyboardShouldPersistTaps="handled"
>
<ScreenLayout
title={
<View className="flex-row items-center">