Package-level declarations
Types
Link copied to clipboard
object DefaultStyleValuesUtil
Utility class that access default values from style
Link copied to clipboard
object FontMetricsUtil
Link copied to clipboard
ReactShadowNode abstract class for spannable text nodes.
Link copied to clipboard
class ReactFontManager
Responsible for loading and caching Typeface objects.
Link copied to clipboard
Manages raw text nodes (aka textContent
in terms of DOM). Since they are used only as a virtual nodes, any type of native view operation will throw an IllegalStateException.
Link copied to clipboard
ReactShadowNode class for pure raw text node (aka textContent
in terms of DOM). Raw text node can only have simple string value without any attributes, properties or state.
Link copied to clipboard
abstract class ReactTextAnchorViewManager<T : View?, C : ReactBaseTextShadowNode?> : BaseViewManager<T, C>
Abstract class for anchor
<Text>
-ish spannable views, such as TextView or .Link copied to clipboard
ReactBaseTextShadowNode concrete class for anchor
Text
node.Link copied to clipboard
class ReactTextUpdate(val text: Spannable, val jsEventCounter: Int, val containsImages: Boolean, val paddingLeft: Float, val paddingTop: Float, val paddingRight: Float, val paddingBottom: Float, val textAlign: Int, val textBreakStrategy: Int, val justificationMode: Int)
Class that contains the data needed for a text update. Used by both
Link copied to clipboard
Link copied to clipboard
Concrete class for ReactTextAnchorViewManager which represents view managers of anchor
<Text>
nodes.Link copied to clipboard
This interface allows clients of ReactTextViewManager to customize or prepare Spannable object that represent text that will be rendered on the screen.
Link copied to clipboard
object ReactTypefaceUtils
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Class responsible of creating Spanned object for the JS representation of Text
Link copied to clipboard
Types of text transforms for CustomTextTransformSpan