mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
04ae4b0ba3
Summary: There is an OnLayoutEvent that needs to be dispatched when a ReactShadowNode gets re-laid out. Some applications rely on it, so we should support it. This diff adds this functionality. Reviewed By: ahmedre Differential Revision: D2768625