Try to fix scroll indicator on Feeds page (#2245)

* Try to fix scroll indicator on Feeds page

* Apply to List
This commit is contained in:
Eric Bailey
2023-12-19 12:32:17 -06:00
committed by GitHub
parent c00c5efb34
commit e87065f042
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -52,6 +52,7 @@ function ListImpl<ItemT>(
return (
<FlatList_INTERNAL
{...props}
scrollIndicatorInsets={{right: 1}}
onScroll={scrollHandler}
scrollEventThrottle={1}
ref={ref}