-
-
Notifications
You must be signed in to change notification settings - Fork 788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: hide the sheet container on closed #690
Conversation
@aditya-keri-betterhalf, @siddharth-kt , @aimensasi would you mind testing this PR, thanks ! |
Great, I tested it, it worked for me 👍. |
@gorhom I confirm this is fixed the issue on my end. Thanks a lot |
Hi, sorry to be a buzzkill, but it doesn't seem to fix it for me. @siddharth-kt or @aimensasi, do you think you could share your package.json? Or if you have an idea of what I might be doing wrong? I can open another Issue with my code if needed. |
I confirm as well that this issue is fixed on my end. |
@julienripet I did not do anything special, just installed the fix and reloaded the app. |
@julienripet maybe your issue is different, you could create a snack to reproduce. |
Was having this problem too. Ran |
thanks guys for testing! |
I do not understand why, but this somehow broke the web version of my App. I added I also tried to fish out the actual element via the Inspector and found the following: Changing the opacity to 1 does show the bottom sheet again. |
Hi @gorhom,
|
@rchavik could you open a new issue with a reproducible snack ? @DanielMarkiel could you check this issue #697, it might be the one you are facing now |
@gorhom I'm also facing issues regarding this. Using |
Closes #665
Motivation
When the user dismiss a keyboard view on Android, the container height will resize after the keyboard is been hidden, which will make the closed bottom sheet visible for few milliseconds.
So i have added a logic to hide the bottom sheet when it is closed.
Installation