wix-incubator / react-native-zss-rich-text-editor

React Native rich text editor based on ZSSRichTextEditor
Other
841 stars 311 forks source link

Resolve performance/selection problems on Android + RN 0.57 fix #155

Open arneson opened 5 years ago

arneson commented 5 years ago

Resolves #154 #39 #97 #144

Performance/selection problems on Android Fixing an infinite loop which originated in an update of Chrome on Android SDK > 27. The way the caret position was calculated triggered a selectionchange event which checked the caret position once again creating an infinite loop.

RN 0.57 fix: (same as #146 ) Update to use live fork (original) of webview bridge which supports RN 0.57 Fixes build error when trying to build for RN 0.57

dheysonalves commented 3 years ago

Hey there! It's been a while that this PR is open?

Anyone is still checking this? :/