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 64a8c0a commit 63ba7dcCopy full SHA for 63ba7dc
packages/react-native/React/Views/RCTCursor.h
@@ -7,7 +7,9 @@
7
8
#import <Foundation/Foundation.h>
9
#import <React/RCTDefines.h> // [macOS]
10
+#if TARGET_OS_OSX // [macOS
11
#import <AppKit/AppKit.h>
12
+#endif // macOS]
13
14
typedef NS_ENUM(NSInteger, RCTCursor) {
15
// [macOS
0 commit comments