react-native-rich-editor icon indicating copy to clipboard operation
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.

Open brezhal opened this issue 11 months ago • 0 comments

image Paste: LOG {"data": {"data": null, "inputType": "insertFromPaste"}, "type": "ON_INPUT"}

brezhal avatar Mar 23 '24 02:03 brezhal