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

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

Fix selection focus on Android targetSDK >= 24 #115

Closed charpeni closed 6 years ago

charpeni commented 6 years ago

Resolves #89.

charpeni commented 6 years ago

This is not a proper overall fix because it could break the selection on iOS.

I'll send another PR with a refactoring that fixes both platforms.