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
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,11 @@ class Example extends React.Component {
72
72
| springConfig | no |`{ }`| Overrides config for spring animation |
73
73
| 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. |
74
74
| simultaneousHandlers | no || Accepts a react ref object or an array of refs to handler components. |
75
+
| onOpenStart | no || Accepts a function to be called when the bottom sheet starts to open. |
76
+
| onOpenEnd | no || Accepts a function to be called when the bottom sheet is almost fully openned. |
77
+
| onCloseStart | no || Accepts a function to be called when the bottom sheet starts to close. |
78
+
| onCloseEnd | no || Accepts a function to be called when the bottom sheet is almost closing. |
79
+
| callbackThreshold | no | 0.01 | Accepts a float value from 0 to 1 indicating the percentage (of the gesture movement) when the callbacks are gonna be called. |
0 commit comments