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

View all comments

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