You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versioned_docs/version-6.x/material-top-tab-navigator.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,6 +107,18 @@ String indicating whether the keyboard gets dismissed in response to a drag gest
107
107
-`'on-drag'`: the keyboard is dismissed when a drag begins.
108
108
-`'none'`: drags do not dismiss the keyboard.
109
109
110
+
#### `overScrollMode`
111
+
112
+
Used to override default value of pager's overScroll mode.
113
+
114
+
Possible values:
115
+
116
+
-`'auto'` (default): Allow a user to over-scroll this view only if the content is large enough to meaningfully scroll.
117
+
-`'always'`: Always allow a user to over-scroll this view.
118
+
-`'never'`: Never allow a user to over-scroll this view.
119
+
120
+
Only supported on Android.
121
+
110
122
#### `initialLayout`
111
123
112
124
Object containing the initial height and width of the screens. Passing this will improve the initial rendering performance. For most apps, this is a good default:
@@ -125,14 +137,6 @@ Style to apply to the view wrapping each screen. You can pass this to override s
125
137
126
138
Style to apply to the tab view container.
127
139
128
-
#### `overScrollMode`
129
-
130
-
Used to override default value of overScroll mode in Android.
131
-
132
-
-`'auto'`: Allow a user to over-scroll this view only if the content is large enough to meaningfully scroll.
133
-
-`'always'`: Always allow a user to over-scroll this view.
134
-
-`'never'`: Never allow a user to over-scroll this view.
135
-
136
140
#### `tabBar`
137
141
138
142
Function that returns a React element to display as the tab bar.
Copy file name to clipboardExpand all lines: versioned_docs/version-6.x/tab-view.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -285,6 +285,18 @@ String indicating whether the keyboard gets dismissed in response to a drag gest
285
285
-`'on-drag'`: the keyboard is dismissed when a drag begins.
286
286
-`'none'`: drags do not dismiss the keyboard.
287
287
288
+
##### `overScrollMode`
289
+
290
+
Used to override default value of pager's overScroll mode.
291
+
292
+
Possible values:
293
+
294
+
-`'auto'` (default): Allow a user to over-scroll this view only if the content is large enough to meaningfully scroll.
295
+
-`'always'`: Always allow a user to over-scroll this view.
296
+
-`'never'`: Never allow a user to over-scroll this view.
297
+
298
+
Only supported on Android.
299
+
288
300
##### `swipeEnabled`
289
301
290
302
Boolean indicating whether to enable swipe gestures. Swipe gestures are enabled by default. Passing `false` will disable swipe gestures, but the user can still switch tabs by pressing the tab bar.
@@ -312,10 +324,6 @@ Object containing the initial height and width of the screens. Passing this will
312
324
/>
313
325
```
314
326
315
-
##### `overScrollMode`
316
-
317
-
Used to override default value of pager's overScroll mode. Can be `auto`, `always` or `never` (Android only).
318
-
319
327
##### `sceneContainerStyle`
320
328
321
329
Style to apply to the view wrapping each screen. You can pass this to override some default styles such as overflow clipping:
Copy file name to clipboardExpand all lines: versioned_docs/version-7.x/material-top-tab-navigator.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,18 @@ String indicating whether the keyboard gets dismissed in response to a drag gest
135
135
-`'on-drag'`: the keyboard is dismissed when a drag begins.
136
136
-`'none'`: drags do not dismiss the keyboard.
137
137
138
+
##### `overScrollMode`
139
+
140
+
Used to override default value of pager's overScroll mode.
141
+
142
+
Possible values:
143
+
144
+
-`'auto'` (default): Allow a user to over-scroll this view only if the content is large enough to meaningfully scroll.
145
+
-`'always'`: Always allow a user to over-scroll this view.
146
+
-`'never'`: Never allow a user to over-scroll this view.
147
+
148
+
Only supported on Android.
149
+
138
150
#### `initialLayout`
139
151
140
152
Object containing the initial height and width of the screens. Passing this will improve the initial rendering performance. For most apps, this is a good default:
Copy file name to clipboardExpand all lines: versioned_docs/version-7.x/tab-view.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -300,6 +300,18 @@ String indicating whether the keyboard gets dismissed in response to a drag gest
300
300
-`'on-drag'`: the keyboard is dismissed when a drag begins.
301
301
-`'none'`: drags do not dismiss the keyboard.
302
302
303
+
##### `overScrollMode`
304
+
305
+
Used to override default value of pager's overScroll mode.
306
+
307
+
Possible values:
308
+
309
+
-`'auto'` (default): Allow a user to over-scroll this view only if the content is large enough to meaningfully scroll.
310
+
-`'always'`: Always allow a user to over-scroll this view.
311
+
-`'never'`: Never allow a user to over-scroll this view.
312
+
313
+
Only supported on Android.
314
+
303
315
##### `swipeEnabled`
304
316
305
317
Boolean indicating whether to enable swipe gestures. Swipe gestures are enabled by default. Passing `false` will disable swipe gestures, but the user can still switch tabs by pressing the tab bar.
@@ -327,10 +339,6 @@ Object containing the initial height and width of the screens. Passing this will
327
339
/>
328
340
```
329
341
330
-
##### `overScrollMode`
331
-
332
-
Used to override default value of pager's overScroll mode. Can be `auto`, `always` or `never` (Android only).
333
-
334
342
##### `pagerStyle`
335
343
336
344
Style to apply to the pager view wrapping all the scenes.
Copy file name to clipboardExpand all lines: versioned_docs/version-8.x/material-top-tab-navigator.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,18 @@ String indicating whether the keyboard gets dismissed in response to a drag gest
135
135
-`'on-drag'`: the keyboard is dismissed when a drag begins.
136
136
-`'none'`: drags do not dismiss the keyboard.
137
137
138
+
##### `overScrollMode`
139
+
140
+
Used to override default value of pager's overScroll mode.
141
+
142
+
Possible values:
143
+
144
+
-`'auto'` (default): Allow a user to over-scroll this view only if the content is large enough to meaningfully scroll.
145
+
-`'always'`: Always allow a user to over-scroll this view.
146
+
-`'never'`: Never allow a user to over-scroll this view.
147
+
148
+
Only supported on Android.
149
+
138
150
#### `initialLayout`
139
151
140
152
Object containing the initial height and width of the screens. Passing this will improve the initial rendering performance. For most apps, this is a good default:
Copy file name to clipboardExpand all lines: versioned_docs/version-8.x/tab-view.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -304,6 +304,18 @@ String indicating whether the keyboard gets dismissed in response to a drag gest
304
304
-`'on-drag'`: the keyboard is dismissed when a drag begins.
305
305
-`'none'`: drags do not dismiss the keyboard.
306
306
307
+
##### `overScrollMode`
308
+
309
+
Used to override default value of pager's overScroll mode.
310
+
311
+
Possible values:
312
+
313
+
-`'auto'` (default): Allow a user to over-scroll this view only if the content is large enough to meaningfully scroll.
314
+
-`'always'`: Always allow a user to over-scroll this view.
315
+
-`'never'`: Never allow a user to over-scroll this view.
316
+
317
+
Only supported on Android.
318
+
307
319
##### `swipeEnabled`
308
320
309
321
Boolean indicating whether to enable swipe gestures. Swipe gestures are enabled by default. Passing `false` will disable swipe gestures, but the user can still switch tabs by pressing the tab bar.
@@ -397,10 +409,6 @@ Object containing the initial height and width of the screens. Passing this will
397
409
/>
398
410
```
399
411
400
-
##### `overScrollMode`
401
-
402
-
Used to override default value of pager's overScroll mode. Can be `auto`, `always` or `never` (Android only).
403
-
404
412
##### `pagerStyle`
405
413
406
414
Style to apply to the pager view wrapping all the scenes.
0 commit comments