The font family provides aliases for fonts to use in the application. The aliases are to be used in situations where a type of font rather than a specific font is needed.
<Text style={{ fontFamily: theme.constants.font.family.normal }}>Normal</Text> <Text style={{ fontFamily: theme.constants.font.family.serif }}>Serif</Text> <Text style={{ fontFamily: theme.constants.font.family.sansSerif }}>SanSerif</Text> <Text style={{ fontFamily: theme.constants.font.family.monospaced }}>Monospaced</Text>
The font family provides aliases for fonts to use in the application. The aliases are to be used in situations where a type of font rather than a specific font is needed.