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

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

it makes some problem #64

Closed op-buggy closed 5 years ago

op-buggy commented 7 years ago

the pickture can't add

Monika-LeeAn commented 6 years ago

Try the following: <RichTextToolbar getEditor={() => this.richtext} onPressAddImage={() => { this.richtext.insertImage({ "src": "http://img.blog.csdn.net/20170428170152489", "width": "50px", "height": '90px' }) }} onPressAddLink={() => { this.richtext.insertLink("http://www.baidu.com", "百度") }} />

op-buggy commented 6 years ago

thanks