Skip to content

Commit ca3a1a8

Browse files
Annihilosdnk
authored andcommitted
docs: enabledContentTapInteraction doc addition (#109)
1 parent 5446288 commit ca3a1a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ class Example extends React.Component {
6565
| enabledGestureInteraction | no | `true` | Defines if bottom sheet could be scrollable by gesture. |
6666
| enabledHeaderGestureInteraction | no | `true` | Defines if bottom sheet header could be scrollable by gesture. |
6767
| enabledContentGestureInteraction | no | `true` | Defines if bottom sheet content could be scrollable by gesture. |
68+
| enabledContentTapInteraction | no | `true` | Defines whether bottom sheet content could be tapped. |
6869
| enabledManualSnapping | no | `true` | If `false` blocks snapping using `snapTo` method. |
6970
| enabledInnerScrolling | no | `true` | Defines whether it's possible to scroll inner content of bottom sheet. |
7071
| 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)