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
@@ -136,7 +136,6 @@ export const ProfileStarterPacks = React.forwardRef<
headerOffset={headerOffset}
progressViewOffset={ios(0)}
contentContainerStyle={{paddingBottom: headerOffset + bottomBarOffset}}
indicatorStyle={t.name === 'light' ? 'black' : 'white'}
removeClippedSubviews={true}
desktopFixedHeight
onEndReached={onEndReached}