mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
a89e9323fc
Summary: For better perf with TurboModule, cache the return value of NativePlatformConstants*.getConstants() in JS so that we avoid going back into native (from JS) for each call. This specific method is called very frequently throughout RN codebase. Reviewed By: mdvacca Differential Revision: D15893289 fbshipit-source-id: ce8016ed7d3efb420df93e27dbfa77d7d4f06cf8