AlirezaHadjar / expo-drag-drop-content-view

🖱️ Native drag-and-drop support in React Native.
https://expo-drag-drop-content-view.vercel.app
MIT License
230 stars 3 forks source link

PDF and other file types support #17

Closed igorpimentel23 closed 2 months ago

igorpimentel23 commented 5 months ago

Hello! Thanks for this very helpful library!

Is there any plans to extend support to pdf and other file types?

AlirezaHadjar commented 5 months ago

Hi 👋 Yeah, actually PDF is the next supported format on the roadmap. Let me know what other types you need.

igorpimentel23 commented 5 months ago

@AlirezaHadjar that's awesome! It would be nice if it supported doc, docx, rtf, txt and zip.

AlirezaHadjar commented 2 months ago

Sorry for the delay @igorpimentel23 Will try to add support for all file types.

You can track the progress here: https://github.com/AlirezaHadjar/expo-drag-drop-content-view/pull/20

AlirezaHadjar commented 2 months ago

Hey @igorpimentel23, I just added all file type support. It should address your issue. Feel free to reopen the issue if you face any issues.

igorpimentel23 commented 2 months ago

@AlirezaHadjar thanks a bunch!