Closed
Description
Describe the bug
When switching the Keyboard in Emoji mode the height useKeyboardHandler
onMove event is not updated.
Code snippet
useKeyboardHandler(
{
onMove: (event) => {
'worklet'
height.value = Math.max(event.height, 0)
},
},
[]
)
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:
- Open the keyboard on iOS input
- Switch the keyboard in emoji
- The height is not updated
Expected behavior
When switching to emoji the height of the keyboard should update
Smartphone (please complete the following information):
- Device: iPhone SE
- OS: iOS 17
- RN version: 0.72
- JS engine: Hermes
- Library version: 1.3.4