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
peekHeight?: number;// optional parameter to set the collapsed sheet height. To work on iOS you need to set trackingScrollView.
44
45
ignoreKeyboardHeight?: boolean;//(iOS only) A Boolean value that controls whether the height of the keyboard should affect the bottom sheet's frame when the keyboard shows on the screen. (Default: true)
45
46
onChangeState?: onChangeStateBottomSheet;// One works to be called on the scroll of the sheet. Parameters: state (CLOSED, DRAGGING, DRAGGING, COLLAPSED) and slideOffset is the new offset of this bottom sheet within [-1,1] range. Offset increases as this bottom sheet is moving upward. From 0 to 1 the sheet is between collapsed and expanded states and from -1 to 0 it is between hidden and collapsed states.
46
-
canTouchBehind?: boolean//(Android only) allows to interact with the screen behind the sheet. For it to work properly need dismissOnBackgroundTap set to true
47
+
canTouchBehind?: boolean;//(Android only) allows to interact with the screen behind the sheet. For it to work properly need dismissOnBackgroundTap set to true
0 commit comments