Skip to content

Commit 954d78d

Browse files
committed
Update scrollview.md adding new prop automaticallyAdjustsScrollIndicatorInsets
(Prop added here: facebook/react-native#29809)
1 parent a8f47ed commit 954d78d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/scrollview.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,16 @@ Controls whether iOS should automatically adjust the content inset for scroll vi
112112

113113
---
114114

115+
### `automaticallyAdjustsScrollIndicatorInsets` <div class="label ios">iOS</div>
116+
117+
Controls whether iOS should automatically adjust the scroll indicator insets. ([UIScrollView documentation](https://developer.apple.com/documentation/uikit/uiscrollview/3198043-automaticallyadjustsscrollindica))
118+
119+
| Type | Default |
120+
| ---- | ------- |
121+
| bool | `true` |
122+
123+
---
124+
115125
### `bounces` <div class="label ios">iOS</div>
116126

117127
When true, the scroll view bounces when it reaches the end of the content if the content is larger than the scroll view along the axis of the scroll direction. When `false`, it disables all bouncing even if the `alwaysBounce*` props are `true`.

0 commit comments

Comments
 (0)