mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
5755129c19
Summary: It's nice to have those conversions between NSAttributedString and AttributedTextBox in some utils module because: An empty string must be stored as an empty C++ string, not like an empty NSAttributedString. That allows deferring this property from the object without accessing Objective-C runtime; It's nice to hide some tedious Objective-C object wrapping/unwrapping boilerplate. Changelog: [Internal] Fabric-specific internal change. Reviewed By: sammy-SC Differential Revision: D18950430 fbshipit-source-id: 842c202f243da17c47bc5cca9df6722cdcec07c5