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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ class Example extends React.Component {
68
68
| callbackNode | no ||`reanimated` node which holds position of bottom sheet, where `0` it the highest snap point and `1` is the lowest. |
69
69
| overdragResistanceFactor | no | 0 | `Defines how violently sheet has to stopped while overdragging. 0 means no overdrag |
70
70
| springConfig | no |`{ }`| Overrides config for spring animation |
71
+
| innerGestureHandlerRefs | no || Refs for gesture handlers used for building bottom sheet. The array consists fo three refs. The first for PanGH used for inner content scrolling. The second for PanGH used for header. The third for TapGH used for stopping scrolling the content. |
0 commit comments