mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
onLayout is called after the component is mounted to the DOM. This makes both the fallback and ResizeObserver code path behave the same as React Native. Fix #911 Fix #941 Close #939