Skip to content

Commit c0142a7

Browse files
authored
Update material-top-tab-navigator.md
Adding "overScrollMode" prob to the Tab-Navigator removes and setting to "false" removes the overScrollMode animation in Andriod. I think Should be added in the docs.
1 parent 926a657 commit c0142a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

versioned_docs/version-6.x/material-top-tab-navigator.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,14 @@ Style to apply to the view wrapping each screen. You can pass this to override s
123123

124124
Style to apply to the tab view container.
125125

126+
#### `overScrollMode`
127+
128+
Used to override default value of overScroll mode in Android.
129+
130+
- `'auto'`: Allow a user to over-scroll this view only if the content is large enough to meaningfully scroll.
131+
- `'always'`: Always allow a user to over-scroll this view.
132+
- `'never'`: Never allow a user to over-scroll this view.
133+
126134
#### `tabBar`
127135

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

0 commit comments

Comments
 (0)