Add support for text color / background highlight #179
Replies: 3 comments 4 replies
-
Addressing the question; we tried using Lexical natively on iOS and it wasn't what we were looking for. Sure, it was performant but there were a lot of bugs there and fixing them on our own turned out to be way too difficult. Also, adding any custom extensions to the Lexical proved to be an uneasy task as well. This meant using Lexical as a core was a pretty risky idea and we decided that our own solution is the way. |
Beta Was this translation helpful? Give feedback.
-
The text foreground color can already be changed using Stylesheet's |
Beta Was this translation helpful? Give feedback.
-
Yes, but only the entire block. My goal is to be able to do something like the following: ![]() |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
First, thanks for the awesome work on react-native-enriched! 🙏
Feature request:
Please add the ability to change:
I think this would make a big difference and many people would use it.
Question:
Was there a specific reason you didn’t embed Lexical natively on iOS/Android? Are there technical limitations or trade-offs?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions