mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
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.