react-native-rich-editor
react-native-rich-editor copied to clipboard
fix image insert
trafficstars
On iOS, if your html is empty and you call insertImage, it does nothing but adding an empty
tag.
With this PR, we add an artificial break line after the image is inserted so the above is fixed.
Image Insert is not a must