-
|
I try to use dismiss functionality from lib and sometimes it works, I would say with a delay, basically if you call dismiss while keyboard animation is in progress (I think that because if I wait a little bit it works as expected) it ignores the dismiss but on the other hand dismiss from React Native closes keyboard right away. That's more like because of the dismissal from the lib is a promise, or is there any other reason? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Gamarjoba @PrimulaX !
Do I correctly understand that you call Or you mean that resolving of promise can be performed later (when keyboard is already closed, so there is a perceivable delay?) The difference is very simple: |
Beta Was this translation helpful? Give feedback.
-
|
Gamarjoba This is what I am doing here: on a press, I open the bottom sheet and close the keyboard. If I do it rapidly, it falls behind the keyboard. Simulator.Screen.Recording.-.iPhone.17.Pro.-.2026-03-25.at.18.37.54.mp4 |
Beta Was this translation helpful? Give feedback.
@kirillzyusko I did create the issue with repro code: #1400
Thanks.