We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bb572a commit 3a4edceCopy full SHA for 3a4edce
README.md
@@ -86,7 +86,7 @@ This library aims to make life easier by allowing React Native developers to use
86
<Text style={styles.text}>This should be Regular</Text>
87
<Text style={[styles.text, styles.italic]}>This should be Italic</Text>
88
<Text style={[styles.text, styles.bold]}>This should be Bold</Text>
89
- <Text style={[styles.text, styles.bold, styles.italic]}>This should be BoldItalic</Text>
+ <Text style={[styles.text, styles.bold, styles.italic]}>This should be BoldItalic</Text>
90
<Text style={[styles.text, styles.thin]}>This should be Thin</Text>
91
<Text style={[styles.text, styles.thin, styles.italic]}>This should be ThinItalic</Text>
92
<StatusBar style="auto" />
0 commit comments