Skip to content

Commit f2897b0

Browse files
committed
chore: add one more limitation
1 parent 0b8d45e commit f2897b0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
`EnrichedTextInput`, the rich text editor component is an uncontrolled input. This means that it doesn't use any state or props to store its value, but instead directly interacts with the underlying platform-specific components. Thanks to this, the component is really performant and simple to use while offering complex and advanced features no other solution has.
1515

16-
https://github.com/user-attachments/assets/4778d541-d967-47e7-8013-6f7c436bcb95
16+
<https://github.com/user-attachments/assets/4778d541-d967-47e7-8013-6f7c436bcb95>
1717

1818
Since 2012 [Software Mansion](https://swmansion.com) is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues.
1919
We can help you build your next dream product –
@@ -246,6 +246,7 @@ See the [API Reference](docs/API_REFERENCE.md) for a detailed overview of all th
246246
- Only one level of lists is supported. We currently do not support nested lists.
247247
- Inline images are supported only on Android.
248248
- Codeblocks are supported only on Android.
249+
- iOS headings can't have the same `fontSize` in their config as input's `fontSize`. Doing so results in incorrect headings behavior.
249250

250251
## Future Plans
251252

0 commit comments

Comments
 (0)