mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 01:35:39 -04:00
refactor(native): remove refresh control from TitleDetailScreen
This commit is contained in:
@@ -245,13 +245,6 @@ export default function TitleDetailScreen() {
|
|||||||
<ScrollView
|
<ScrollView
|
||||||
className="bg-background"
|
className="bg-background"
|
||||||
contentContainerStyle={{ paddingBottom: insets.bottom + 32 }}
|
contentContainerStyle={{ paddingBottom: insets.bottom + 32 }}
|
||||||
refreshControl={
|
|
||||||
<RefreshControl
|
|
||||||
refreshing={refreshing}
|
|
||||||
onRefresh={onRefresh}
|
|
||||||
tintColorClassName="accent-title-accent"
|
|
||||||
/>
|
|
||||||
}
|
|
||||||
>
|
>
|
||||||
<Stack.Screen
|
<Stack.Screen
|
||||||
options={{
|
options={{
|
||||||
|
|||||||
Reference in New Issue
Block a user