mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/50570 This diff makes the following file internal - ReactRawTextShadowNode and ReactRawTextManager as part of our ongoing effort of reducing the API surface. The only meaningful user of this API is this library: https://github.com/iyegoroff/react-native-text-gradient Which is umaintained (last supported version is RN 0.59) so I'm not considering this breaking. Changelog: [Android] [Changed] - Make ReactRawTextManager internal. We verified no popular libraries are impacted by this change Reviewed By: mdvacca Differential Revision: D72647702 fbshipit-source-id: 59a3646fdbc8f11907b4cf5056ff88c6dcec1cf8