We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7ba01 commit 7158b4dCopy full SHA for 7158b4d
docs/styling.md
@@ -86,6 +86,7 @@ Components use CSS styles + flexbox layout.
86
| `lineHeight` | `number` | ✅ |
87
| `textAlign` | `auto` | `left` | `right` | `center` | `justify` | ✅ |
88
| `writingDirection` | `auto` | `ltr` | `rtl` | ⛔️ |
89
+| `opacity` | `number` | ✅ |
90
91
Styles can be passed to components as plain objects, or via [`StyleSheet`](/docs/API.md).
92
0 commit comments