react-native-zss-rich-text-editor icon indicating copy to clipboard operation
react-native-zss-rich-text-editor copied to clipboard

React Native rich text editor based on ZSSRichTextEditor

Results 102 react-native-zss-rich-text-editor issues
Sort by recently updated
recently updated
newest added

Changing props position to set "hideKeyboardAccessoryView" and "keyboardDisplayRequiresUserAction" from outside. Now if you don't want to show keyboard in first render, you can pass "keyboardDisplayRequiresUserAction={true}" from outside.

I am trying to use unlink functionality. I made few changes 1. In const.js ` unlink: 'unlink',` 2.In RichTextEditor.js `unlink(url, title) { this._sendAction(actions.unlink, {url, title}); }` 3. In RichTextToolbar.js `...

Hi noob question but how do i actually get the HTML content, i have an onPress, but when i try to alert out the content it just gives me the...

![screenshot_1527162100](https://user-images.githubusercontent.com/3815960/40483481-c81ddb98-5f75-11e8-9757-8a019e87c2cf.png)

I am getting the following error when trying to build the release app, it is not showing when debugging. android/app/build/intermediates/res/merged/release/drawable-xhdpi/node_modules_reactnativezssrichtexteditor_img_icon_format_italic.png: error: uncompiled PNG file passed as argument. Must be compiled...

Is there there's to get the editor's text limit? The document doesn't have it.. is there a way to do this. I log the text thru listener and the text...

Are there any ways to disable editing?

Hi! I am having an issue on android. When I press any button from the toolbar I get an error. I know the error is not really from this package,...

An input box after a fixed width will appear a scroll bar do not know #how to hide

I am using the following code to get the html content and add it to the state. Somehow this is working on iOS, but not on android. On Android it...