Skip to content

Commit 8ae6910

Browse files
franjorubosdnk
authored andcommitted
docs: new gesture control props to README.md (#94)
1 parent bc295b1 commit 8ae6910

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ class Example extends React.Component {
6363
| renderContent | no | | Method for rendering scrollable content of bottom sheet. |
6464
| renderHeader | no | | Method for rendering non-scrollable header of bottom sheet. |
6565
| enabledGestureInteraction | no | `true` | Defines if bottom sheet could be scrollable by gesture. |
66+
| enabledHeaderGestureInteraction | no | `true` | Defines if bottom sheet header could be scrollable by gesture. |
67+
| enabledContentGestureInteraction | no | `true` | Defines if bottom sheet content could be scrollable by gesture. |
6668
| enabledManualSnapping | no | `true` | If `false` blocks snapping using `snapTo` method. |
6769
| enabledInnerScrolling | no | `true` | Defines whether it's possible to scroll inner content of bottom sheet. |
6870
| callbackNode | no | | `reanimated` node which holds position of bottom sheet, where `0` it the highest snap point and `1` is the lowest. |

0 commit comments

Comments
 (0)