react-native-zss-rich-text-editor
react-native-zss-rich-text-editor copied to clipboard
React Native rich text editor based on ZSSRichTextEditor
Resolves #88.
Allow listening for title text changes https://github.com/wix/react-native-zss-rich-text-editor/issues/110
I see in _editor.html_ in `zss_editor.enableOnChange` function that it only covers change events for content textfield and not for title textfield too. Is there any special reason why it is...
error:undefined is not an object (evaluating 'RCTWebViewBrigeManager.NavigationType')
The icons in RichTextToolbar appears too slowly. anyone has solution?
is there any way we can avoid this complicated style of editing it? e.g. when cursor is set in 1. line and bullet point is pressed - change all numbers...
Trying out your example code gets me stuck here Same with trying to integrate the editor component in a project ... What is the reason that libs that are supposed...
this.webviewBridge.setNativeProps is not a function ` "react-native": "^0.51.0", "react-native-zss-rich-text-editor": "^1.0.2", `
When I delete all text in RichTextEditor, keyboard auto hidden and I can not refocus RichTextEditor. Please help me !
Platform: iOS Packages: "react": "15.4.2", "react-native": "0.42.0", "react-native-zss-rich-text-editor": "file:../", "react-native-keyboard-spacer": "^0.3.0" I ran the example app and noticing this issue:  Anybody else having the same problem and know how...