Expensify / react-native-live-markdown

Drop-in replacement for React Native's TextInput component with Markdown formatting.
https://www.npmjs.com/package/@expensify/react-native-live-markdown
MIT License
668 stars 45 forks source link

Unable pasting photos and styled text #369

Closed zfurtak closed 1 week ago

zfurtak commented 4 weeks ago

Details

The default paste behaviour is overridden by inserting a `text/plain' value.

github-actions[bot] commented 4 weeks ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

zfurtak commented 4 weeks ago

I have read the CLA Document and I hereby sign the CLA

zfurtak commented 3 weeks ago

@BartoszGrajdek just keep in mind that in the E/App this error is possibly handled, as I tried to reproduce this case (at least with photos) there and I couldn't do it 😉

BartoszGrajdek commented 3 weeks ago

Once we fix current problems in the lib we'll merge this