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
{{ message }}
This repository has been archived by the owner on May 7, 2022. It is now read-only.
Hi, first of all great project this is really useful! However I have stumbled across an issue on iOS.
Screen.Recording.2022-02-14.at.15.47.11.mov
It seems that the updateKeyboardDimensions function in node_modules/@flyerhq/react-native-keyboard-accessory-view/lib/hooks/useKeyboardDimensions.js is calculating a negative keyboard height of -174 when the keyboard closes which is different to it's original state where keyboard height is 0.
I've managed to solve this issue myself by using Math.max in this calculation, although I'm not sure if this is going to cause issues elsewhere!
The text was updated successfully, but these errors were encountered:
Hi, first of all great project this is really useful! However I have stumbled across an issue on iOS.
Screen.Recording.2022-02-14.at.15.47.11.mov
It seems that the
updateKeyboardDimensions
function in node_modules/@flyerhq/react-native-keyboard-accessory-view/lib/hooks/useKeyboardDimensions.js is calculating a negative keyboard height of -174 when the keyboard closes which is different to it's original state where keyboard height is 0.I've managed to solve this issue myself by using Math.max in this calculation, although I'm not sure if this is going to cause issues elsewhere!
The text was updated successfully, but these errors were encountered: