mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 18:13:25 +00:00
fix: keyboard catching taps on search component
This commit is contained in:
@@ -22,7 +22,10 @@ export default function SearchScreen() {
|
||||
};
|
||||
|
||||
return (
|
||||
<ScrollView>
|
||||
<ScrollView
|
||||
keyboardDismissMode="on-drag"
|
||||
keyboardShouldPersistTaps="handled"
|
||||
>
|
||||
<ScreenLayout
|
||||
title={
|
||||
<View className="flex-row items-center">
|
||||
|
Reference in New Issue
Block a user