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
+1
View File
@@ -164,6 +164,7 @@ let List = React.forwardRef<ListMethods, ListProps>(
right: 1,
...props.scrollIndicatorInsets,
}}
indicatorStyle={t.scheme === 'dark' ? 'white' : 'black'}
contentOffset={contentOffset}
refreshControl={refreshControl}
onScroll={scrollHandler}