refactor(native): remove refresh control from TitleDetailScreen

This commit is contained in:
2026-03-13 15:51:36 -04:00
parent c3e2d7def6
commit 893f4c1b76
-7
View File
@@ -245,13 +245,6 @@ export default function TitleDetailScreen() {
<ScrollView
className="bg-background"
contentContainerStyle={{ paddingBottom: insets.bottom + 32 }}
refreshControl={
<RefreshControl
refreshing={refreshing}
onRefresh={onRefresh}
tintColorClassName="accent-title-accent"
/>
}
>
<Stack.Screen
options={{