Glyph
Old Architecture Only: This documentation describes a feature only supported by React Native's "Old" or "Legacy" Architecture. We are still in the progress of updating all of the documentation, but in the meantime, for information on React Native architectures in React Native Windows, see New vs. Old Architecture.
Reference
Props
Inherits View Props.
emSize
Set the EM font size of the glyph.
type | required |
---|---|
number | No |
fontUri
type | required |
---|---|
string | No |
glyph
Unicode string of the glyph.
type | required |
---|---|
string | No |
colorEnabled
type | required |
---|---|
boolean | No |
style
The StyleSheet
specified for the glyph. Extends ViewStyle
and adds color.