mirror of
https://github.com/zoriya/react-native-web.git
synced 2025-12-06 06:36:13 +00:00
Fixes `window.height` and `window.width` so that they do not change when pinch-zoomed. This issue was introduced by #2438 when `documentElement` measurements were replaced by `visualViewport`. Close #2520