Skip to content

Commit 8b7993a

Browse files
fix(iOS): Add missing RCTEventDispatcher import (#239)
1 parent c98a068 commit 8b7993a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/ReactNativePageView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
#import <React/RCTEventDispatcher.h>
22
#import <React/RCTShadowView.h>
33
#import <React/UIView+React.h>
44
#import <UIKit/UIKit.h>

0 commit comments

Comments
 (0)