Skip to content

Commit 8a4e398

Browse files
committed
build fixes
1 parent 4c206d0 commit 8a4e398

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/react-native/React/Fabric/Mounting/ComponentViews/View/RCTViewComponentView.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
#import <react/renderer/core/LayoutMetrics.h>
1818
#import <react/renderer/core/Props.h>
1919

20+
#if TARGET_OS_OSX // [macOS
21+
#include <react/renderer/components/view/MouseEvent.h>
22+
#endif // macOS]
23+
2024
NS_ASSUME_NONNULL_BEGIN
2125

2226
/**

0 commit comments

Comments
 (0)