Skip to content

Commit

Permalink
chore: hide vertical scroll indicator (#10950)
Browse files Browse the repository at this point in the history
  • Loading branch information
MounirDhahri authored Oct 14, 2024
1 parent 34c3dec commit 44906cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/Scenes/HomeView/HomeView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ export const HomeView: React.FC = () => {
<Screen safeArea={true}>
<Screen.Body fullwidth>
<FlatList
showsVerticalScrollIndicator={false}
ref={flashlistRef}
data={sections}
keyExtractor={(item) => item.internalID}
Expand Down

0 comments on commit 44906cf

Please sign in to comment.