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

Commit 3566049

Browse files
authored
fix: hide vertical scroll indicator (#1331)
1 parent 4bcfded commit 3566049

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/TabBar.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ export default class TabBar<T extends Route> extends React.Component<
357357
alwaysBounceHorizontal={false}
358358
scrollsToTop={false}
359359
showsHorizontalScrollIndicator={false}
360+
showsVerticalScrollIndicator={false}
360361
automaticallyAdjustContentInsets={false}
361362
overScrollMode="never"
362363
contentContainerStyle={[

0 commit comments

Comments
 (0)