## Describe the bug `KeyboardStickyView` does not stay synchronized with the keyboard position when interactively dragging the keyboard. The view position becomes incorrect during the animation. I tested this with a very simple chat screen with no complex layout or animations, and the issue still happens. I also tested different versions of `react-native-keyboard-controller` and `react-native-reanimated`, but the behavior persists. https://github.com/user-attachments/assets/bb503cdf-6957-44cc-b614-e38511fa208d
Describe the bug
KeyboardStickyViewdoes not stay synchronized with the keyboard position when interactively dragging the keyboard.The view position becomes incorrect during the animation.
I tested this with a very simple chat screen with no complex layout or animations, and the issue still happens.
I also tested different versions of
react-native-keyboard-controllerandreact-native-reanimated, but the behavior persists.example.mp4