Skip to content

Commit 6ce4668

Browse files
authored
[iOS] Remove unused old-arch import to fix build with React Native 0.87-nightly (#4247)
## Description React Native 0.87 will be the first version with parts of the old architecture actually removed. The current nightly releases are failing to build with RNGH due to a stale import of an old-arch header. ## Test plan Create a new RN app using the nightly release and add RNGH.
1 parent 4614e61 commit 6ce4668

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/react-native-gesture-handler/apple/RNGestureHandlerManager.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#import <React/RCTEventDispatcherProtocol.h>
55
#import <React/RCTLog.h>
66
#import <React/RCTModalHostViewController.h>
7-
#import <React/RCTRootContentView.h>
87
#import <React/RCTRootView.h>
98
#import <React/RCTUIManager.h>
109
#import <React/RCTViewManager.h>

0 commit comments

Comments
 (0)