cowboycito

Results 8 comments of cowboycito

@mallenexpensify that would require native code or at least installing a native library that supports that feature on iOS (although I couldn't find any - there's [this one](https://github.com/matt-oakes/react-native-ios-drag-drop) but it...

@Santhosh-Sellavel so drag and drop is a native iOS feature (from UIKit, as it can be seen [here](https://developer.apple.com/documentation/uikit/drag_and_drop)). I was not able to find any library that implements the drop...

About the copy/paste an image on the native app, I think that's also related to #10263 , but it could also be fixed in this issue.

@Santhosh-Sellavel I'll do my best on posting a proposal here by tomorrow night.

# Proposal For the iOS app to be able to handle file dropping we would need to add some native code on iOS. First we would create a new module...

@mallenexpensify sorry for the delay. I'll try to get it done by Wednesday night and will post in the comments here.

# Proposal Simple and straightforward proposal since I don't have much time available at this exact moment, but could weigh in a little more later today. Create a new `DeeplinkWrapper`...

# Proposal Ok so here's a more formal proposal for the issue. A new component called `DeeplinkWrapper` would be created as below (only for web - and desktop -, on...