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
// optional Android parameter to skip midway state when view is greater than 50%. Default is false
71
71
peekHeight?:number;
72
-
// optional parameter to set the collapsed sheet height. To work on iOS you need to set trackingScrollView.
72
+
// optional parameter to set the collapsed sheet height. To work on iOS you need to set trackingScrollView. Also ensure the scrollView is taking the full height of the bottomsheet content. Otherwise the "full" height wont be computed correctly
73
73
ignoreKeyboardHeight?:boolean;
74
74
//(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