mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
242f5e9198
Summary: This is an API breaking change done to allow us to avoid an allocation during measurement. Instead we do the same trick as is done when passing measure results to C, we path them into a long. Reviewed By: splhack Differential Revision: D4081037