Skip to content

Commit

Permalink
Update scrollview.md adding new prop automaticallyAdjustsScrollIndica…
Browse files Browse the repository at this point in the history
…torInsets

(Prop added here: facebook/react-native#29809)
  • Loading branch information
justinwh committed Jun 30, 2021
1 parent a8f47ed commit 954d78d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/scrollview.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ Controls whether iOS should automatically adjust the content inset for scroll vi

---

### `automaticallyAdjustsScrollIndicatorInsets` <div class="label ios">iOS</div>

Controls whether iOS should automatically adjust the scroll indicator insets. ([UIScrollView documentation](https://developer.apple.com/documentation/uikit/uiscrollview/3198043-automaticallyadjustsscrollindica))

| Type | Default |
| ---- | ------- |
| bool | `true` |

---

### `bounces` <div class="label ios">iOS</div>

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`.
Expand Down

0 comments on commit 954d78d

Please sign in to comment.