Replies: 2 comments 3 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.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to keep my BottomSheet from going full screen. However, the
indexon theonChangecallback goes past mysnapPointsarray. 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