Replies: 2 comments 2 replies
-
Same issue here, I can't close the BottomSheet because it goes full height, behind status bar and safe area! Any update? |
Beta Was this translation helpful? Give feedback.
1 reply
-
If you use enableDynamicSizing, the snapPoints' max won't be respected for some reason. I set it equal to false and it worked.
I'm guessing that enableDynamicSizing's actual default is true. It also seems that this prop isn't compatible with snapPoints if you want to avoid a max of full height. Hope this helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to keep my BottomSheet from going full screen. However, the
index
on theonChange
callback goes past mysnapPoints
array. Why?I have had to throw a hacky solution in, unless this is the correct workaround?
Beta Was this translation helpful? Give feedback.
All reactions