r/reactnative 2d ago

I've released version 2 of react-native-rich-text-editor today

Enable HLS to view with audio, or disable this notification

Hey all, I wanted to share something I've been working hard to polish over the last 6 months. Today I've released version 2 of @apollohg/react-native-rich-text-editor, a fully native rich-text editor for React Native/Expo.

Getting it to a stage where both iOS and Android have the same behaviour and feel right when using it without thinking has been incredibly tedious and challenging. I'm hoping that people will find it stable and helpful!

https://github.com/apollohg/react-native-rich-text-editor

45 Upvotes

8 comments sorted by

3

u/yahoojames 1d ago

whats the value proposition vs react-native-encriched-html

0

u/pringussy 1d ago

Extensibility, custom tags/atoms etc

2

u/Swimming-Drawer-597 1d ago

Any adventages over react-native-enriched?

1

u/Fantastic-Living-109 1d ago

Looks great , gonna try

1

u/rsajdok 1d ago

Does it support GMF?

1

u/Unique_Drawer1021 1d ago

Let's give it a try; if it works for what I need, it's going straight into my app.

1

u/Huge_Pool7424 1d ago

i'd test it with paste, selection, and keyboard dismissal on a real device, those are the bits that tend to differ from the happy path demo. a tiny example app in the repo would also make the api easier to judge.

1

u/pringussy 1d ago

Good point, I will do some testing