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:
@@ -52,6 +52,7 @@ function ListImpl<ItemT>(
|
||||
return (
|
||||
<FlatList_INTERNAL
|
||||
{...props}
|
||||
scrollIndicatorInsets={{right: 1}}
|
||||
onScroll={scrollHandler}
|
||||
scrollEventThrottle={1}
|
||||
ref={ref}
|
||||
|
||||
Reference in New Issue
Block a user