mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 03:55:38 -04:00
refactor(native): remove refresh control from TitleDetailScreen
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user