We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d248c9 commit cac24b4Copy full SHA for cac24b4
src/components/KeyboardCompatibleView/KeyboardCompatibleView.tsx
@@ -61,8 +61,8 @@ export class KeyboardCompatibleView extends React.Component<
61
62
const keyboardY =
63
keyboardFrame.screenY - (this.props.keyboardVerticalOffset ?? 0);
64
-
65
const relativeHeight = frame.y + frame.height - keyboardY;
+
66
/**
67
* When the StatusBar is translucent there is an issue
68
* where the relative keyboard height is returned as the StatusBar
0 commit comments