mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
f98a288c2a
Summary: Minor optimization/cleanup: instead of creating an instance of FontStylingSpan for every RCTVirtualText, start with a global immutable instance of use copy-on-write when any of the properties change. Reviewed By: ahmedre Differential Revision: D2817156