react-native-rich-editor
react-native-rich-editor copied to clipboard
ios When pasting an image from the photo library into the editor on iOS, the path becomes blob:null/fa6424f6-f598-4b9c-b083-f3aee45c46a1. How can I obtain the image path at the time of pasting? I’m using onPaste(), but it returns nothing.
Paste:
LOG {"data": {"data": null, "inputType": "insertFromPaste"}, "type": "ON_INPUT"}