diff --git a/versioned_docs/version-6.x/material-top-tab-navigator.md b/versioned_docs/version-6.x/material-top-tab-navigator.md index a279668fd94..10a40dde47c 100755 --- a/versioned_docs/version-6.x/material-top-tab-navigator.md +++ b/versioned_docs/version-6.x/material-top-tab-navigator.md @@ -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.