You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@kimak the onMove handler is supposed to be called only during the animation frame. In your case the transition is instant and there are literally 0 animation frames, so onMove is not getting called.
To assure that shared value is always synchronized with keyboard position you should always use onEnd handler.
kirillzyusko
added
question
You wanted to clarify something about the usage of the library or have a question about something
🍎 iOS
iOS specific
labels
Sep 27, 2024
Describe the bug
When switching the Keyboard in Emoji mode the height
useKeyboardHandler
onMove event is not updated.Code snippet
Repo for reproducing
Here a simple snack example https://snack.expo.dev/@kimak/keyboard-emoji
Let me know if you need a reproducible repo.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When switching to emoji the height of the keyboard should update
Screenshots:
Working example
Issue
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: