Support for drag/drop events on "View" #15895
Unanswered
Roshan B (Roshan-24)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I see that react-native-macos's View supports listening to drag events such as when a file is dropped onto a view, to implement something like a drop zone. (Link)
But RNW doesn't have anything similar as far as I have checked the docs, is there any plans to implement it? And is implementing a custom native component the only achieve this currently?
All reactions