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: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ The following props are supported:
18
18
|`bouncesZoom`|`true`| Whether content bounces at the limits when zooming. |
19
19
|`alwaysBounceHorizontal`|`false`| When `bounces` is enabled, content will bounce horizontally even if the content is smaller than the bounds of the scroll view. |
20
20
|`alwaysBounceVertical`|`false`| When `bounces` is enabled, content will bounce vertically even if the content is smaller than the bounds of the scroll view.. |
21
+
|**android**`horizontalBounceEnabled`|`true`| If `false`, content will not bounce horizontally. |
22
+
|**android**`verticalBounceEnabled`|`true`| If `false`, content will not bounce vertically. |
21
23
|**ios**`showsVerticalScrollIndicator`|`true`| Whether vertical scroll bars are visible. |
22
24
|**ios**`showsHorizontalScrollIndicator`|`true`| Whether horizontal scroll bars are visible. |
0 commit comments