diff --git a/src/components/KeyboardAwareScrollView/index.tsx b/src/components/KeyboardAwareScrollView/index.tsx index 3d2aaf36ec..f44251bb84 100644 --- a/src/components/KeyboardAwareScrollView/index.tsx +++ b/src/components/KeyboardAwareScrollView/index.tsx @@ -416,11 +416,12 @@ const KeyboardAwareScrollView = forwardRef< keyboardWillChangeSize || focusWasChanged ) { - syncKeyboardFrame(e); // persist scroll value scrollPosition.value = position.value; // just persist height - later will be used in interpolation keyboardHeight.value = e.height; + // and update keyboard spacer size + syncKeyboardFrame(e); } // focus was changed