Skip to content

Commit

Permalink
fix(ios): Fix fabric builds for iOS (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRefactor authored Nov 5, 2024
1 parent 63e8742 commit 65c44c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/LEGACY/Fabric/LEGACY_RNCPagerViewComponentView.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

NS_ASSUME_NONNULL_BEGIN

@interface LEGACY_RNCPagerViewComponentView : RCTViewComponentView <UIPageViewControllerDataSource, UIPageViewControllerDelegate, UIScrollViewDelegate, isHorizontalRtlLayout>
@interface LEGACY_RNCPagerViewComponentView : RCTViewComponentView <UIPageViewControllerDataSource, UIPageViewControllerDelegate, UIScrollViewDelegate, RtlLayoutProtocol>

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

0 comments on commit 65c44c8

Please sign in to comment.