mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-12 22:14:20 +00:00
6ab9b6125b
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