Skip to content

Commit 45602a8

Browse files
committed
chore: add the headings caveat to readme
1 parent 811bc10 commit 45602a8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,9 @@ interface MentionStyleProperties {
812812
- `fontSize` is the size of the heading's font, defaults to `32`/`24`/`20` for h1/h2/h3.
813813
- `bold` defines whether the heading should be bolded, defaults to `false`.
814814

815+
> [!NOTE]
816+
> On iOS, the headings cannot have same `fontSize` as the component's `fontSize`. Doing so results in unexpected behavior.
817+
815818
#### blockquote
816819

817820
- `borderColor` defines the color of the rectangular border drawn to the left of blockquote text. Takes [color](https://reactnative.dev/docs/colors) value, defaults to `darkgray`.

0 commit comments

Comments
 (0)