File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ class Example extends React.Component {
65
65
| enabledGestureInteraction | no | ` true ` | Defines if bottom sheet could be scrollable by gesture. |
66
66
| enabledHeaderGestureInteraction | no | ` true ` | Defines if bottom sheet header could be scrollable by gesture. |
67
67
| 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. |
68
69
| enabledManualSnapping | no | ` true ` | If ` false ` blocks snapping using ` snapTo ` method. |
69
70
| enabledInnerScrolling | no | ` true ` | Defines whether it's possible to scroll inner content of bottom sheet. |
70
71
| callbackNode | no | | ` reanimated ` node which holds position of bottom sheet, where ` 0 ` it the highest snap point and ` 1 ` is the lowest. |
You can’t perform that action at this time.
0 commit comments