mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
353c30252f
Calling any function on `nativeFabricUIManager`, for example `nativeFabricUIManager.measure`, results in a round trip to the host platform through jsi layer. It is the same for repeated calls to same host function. This is unnecessary overload which can be avoided by retaining host function in a variable.