Open blackstoom opened 3 years ago
@blackstoom i will fix it after one or two days
@nomi9995 Thank you so much for your support and assistance. I'm really appreciate that.
@blackstoom have you solved the issue? I am also having the same issue.
Same issue here +1 @nomi9995
Is this fixed? I would love to use the library but without this doesn't make any sense. Thanks
You should to add a header to your page. The only way that I found to fix it.
androidMarginHeader: {
marginTop: Platform.OS === "android" ? StatusBar.currentHeight : 0,
}
and then
containerStyle={styles.androidMarginHeader}
Hi, Thanks for the amazing library, I really appreciate that.
I recently encounter an issue where the bottom sheet cannot be hide even the snapPoints is set to 0. After some debugging, I suspect the problem occurred because of the notch display. This is because when I disable the notch display on my system setting, the bottom sheet works as expected. This happens on my Oneplus 6 device.
https://user-images.githubusercontent.com/49148287/135722480-8fe1ae77-e1eb-43ce-b234-41bea98def43.mp4
The video above shows that the bottom sheet cannot be hide. Please note that the little white section at the bottom part of the screen is the bottomsheet. The white section is 16px height which inline with my device notch display height.
https://user-images.githubusercontent.com/49148287/135722522-35051ef4-3a07-4b8f-a7cf-6500fbf3688a.mp4
The bottomsheet hide as expected when I turn of the notch display for my OnePlus 6 device.
I have included a partial of my code for your debugging.
I really appreciate if you could fix this. Also anyone has any temporary workaround suggestion?
Thanks for your time.