f7df3bb78a
Summary:The `uiBlockToAmendWithShadowViewRegistry:` is called on every single view manager, on every single layout pass. This causes all view managers to be eagerly intiialized, even if not being used. In practice very few modules actually use this method, so by checking if the method is implemented before calling it, we can eliminate most of this work. (Hopefully in future we can get ride of this method altogether, but right now it's integral to the way that text layout is implemented). Reviewed By: majak, javache Differential Revision: D2982181 fb-gh-sync-id: 818d0aac61197df89263c919c2c80a003e293ac5 shipit-source-id: 818d0aac61197df89263c919c2c80a003e293ac5 |
||
---|---|---|
.. | ||
Base | ||
Executors | ||
Layout | ||
Modules | ||
Profiler | ||
React.xcodeproj | ||
Views |