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
ignoreBottomSafeArea?: boolean;// optional ios parameter to bottom safe area. Default is false
32
32
disableDimBackground?: boolean;// optional parameter to remove the dim background
33
33
skipCollapsedState?: boolean;// optional Android parameter to skip midway state when view is greater than 50%. Default is false
34
-
peekHeight?: number// optional Android parameter to set the collapsed sheet height.
34
+
peekHeight?: number;// optional Android parameter to set the collapsed sheet height.
35
+
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)
0 commit comments