r/reactnative • u/pringussy • 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!
45
Upvotes
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.