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/50563 This diff makes all the classes inside `com.facebook.react.views.text.internal.span` internal. Those classes are already inside an `.internal` package. By making them `internal` with the Kotlin keyword we're making harder for them to be accidentally referenced outside React Native. as part of our ongoing effort of reducing the API surface. Changelog: [Internal] [Changed] - com.facebook.react.views.text.internal.span is now internal Reviewed By: mdvacca Differential Revision: D72644962 fbshipit-source-id: dbb5a45e6121cb49509469d1d40c3b278cc62368