Skip to content

Commit 65c44c8

Browse files
authored
fix(ios): Fix fabric builds for iOS (#897)
1 parent 63e8742 commit 65c44c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/LEGACY/Fabric/LEGACY_RNCPagerViewComponentView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
NS_ASSUME_NONNULL_BEGIN
1010

11-
@interface LEGACY_RNCPagerViewComponentView : RCTViewComponentView <UIPageViewControllerDataSource, UIPageViewControllerDelegate, UIScrollViewDelegate, isHorizontalRtlLayout>
11+
@interface LEGACY_RNCPagerViewComponentView : RCTViewComponentView <UIPageViewControllerDataSource, UIPageViewControllerDelegate, UIScrollViewDelegate, RtlLayoutProtocol>
1212

1313
@property(strong, nonatomic, readonly) UIPageViewController *nativePageViewController;
1414
@property(nonatomic, strong) NSMutableArray<UIViewController *> *nativeChildrenViewControllers;

0 commit comments

Comments
 (0)