move indicatorStyle to List (#7526)

This commit is contained in:
Samuel Newman
2025-01-21 21:36:09 +00:00
committed by GitHub
parent f5b277c9f8
commit f0cc83154b
6 changed files with 3 additions and 8 deletions
-2
View File
@@ -203,9 +203,7 @@ export const ProfileLists = React.forwardRef<SectionRef, ProfileListsProps>(
contentContainerStyle={
isMobile && {paddingBottom: headerOffset + 100}
}
indicatorStyle={t.name === 'light' ? 'black' : 'white'}
removeClippedSubviews={true}
// @ts-ignore our .web version only -prf
desktopFixedHeight
onEndReached={onEndReached}
/>