Open ImBeCiliC opened 2 months ago
I agree that this option should be present, however, this current implementation doesn't remove the functionality entirely. The useAnimatedKeyboard
reanimated hook also manipulates default adjustResize behavior. The hook is not unmounted in this implementation, so I assume this manipulation will remain present. See: https://docs.swmansion.com/react-native-reanimated/docs/device/useAnimatedKeyboard/#remarks
So ideally, the keyboard implementation gets implemented and lazily imported into the file.
@kesha-antonov this should resolve these issues + adding back the functionality of having a custom keyboard handler Fixes: https://github.com/FaridSafi/react-native-gifted-chat/issues/2523 https://github.com/FaridSafi/react-native-gifted-chat/issues/2504