Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions versioned_docs/version-6.x/material-top-tab-navigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,14 @@ Style to apply to the view wrapping each screen. You can pass this to override s

Style to apply to the tab view container.

#### `overScrollMode`

Used to override default value of overScroll mode in Android.

- `'auto'`: Allow a user to over-scroll this view only if the content is large enough to meaningfully scroll.
- `'always'`: Always allow a user to over-scroll this view.
- `'never'`: Never allow a user to over-scroll this view.

#### `tabBar`

Function that returns a React element to display as the tab bar.
Expand Down