Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
fix: hide vertical scroll indicator (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdtren committed Aug 31, 2022
1 parent 4bcfded commit 3566049
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/TabBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ export default class TabBar<T extends Route> extends React.Component<
alwaysBounceHorizontal={false}
scrollsToTop={false}
showsHorizontalScrollIndicator={false}
showsVerticalScrollIndicator={false}
automaticallyAdjustContentInsets={false}
overScrollMode="never"
contentContainerStyle={[
Expand Down

0 comments on commit 3566049

Please sign in to comment.