mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3adbf1e822
Summary: For Nodes that don't mount to views, measureLayout wasn't working because our calls for getting the width and height would return the view delta bounds, which won't exist for Nodes. #accept2ship Differential Revision: D3707880