You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: Add support for `draggedTypes` to the View component, enabling the configuration of a native view as a drop target.
Test Plan:
* Run Zeratul with Fabric enabled
* Drag a file over the messages view and check that the cursor is changing indicating a drop target
https://pxl.cl/4ldkW
Reviewers: shawndempsey, #rn-desktop
Reviewed By: shawndempsey
Subscribers: taskcreeper
Differential Revision: https://phabricator.intern.facebook.com/D53674739
Copy file name to clipboardExpand all lines: packages/react-native/ReactCommon/react/renderer/components/view/platform/macos/react/renderer/components/view/HostPlatformViewProps.cpp
Copy file name to clipboardExpand all lines: packages/react-native/ReactCommon/react/renderer/components/view/platform/macos/react/renderer/components/view/HostPlatformViewProps.h
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -43,5 +43,7 @@ class HostPlatformViewProps : public BaseViewProps {
0 commit comments