We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d6e76 commit 81577e3Copy full SHA for 81577e3
packages/react-native/React/Fabric/Mounting/ComponentViews/View/RCTViewComponentView.h
@@ -79,6 +79,10 @@ NS_ASSUME_NONNULL_BEGIN
79
- (void)finalizeUpdates:(RNComponentViewUpdateMask)updateMask NS_REQUIRES_SUPER;
80
- (void)prepareForRecycle NS_REQUIRES_SUPER;
81
82
+#if TARGET_OS_OSX // [macOS
83
+- (void)buildDataTransferItems:(std::vector<DataTransferItem> &)dataTransferItems forPasteboard:(NSPasteboard *)pasteboard;
84
+#endif // macOS]
85
+
86
/*
87
* This is a fragment of temporary workaround that we need only temporary and will get rid of soon.
88
*/
0 commit comments