We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e8742 commit 65c44c8Copy full SHA for 65c44c8
ios/LEGACY/Fabric/LEGACY_RNCPagerViewComponentView.h
@@ -8,7 +8,7 @@
8
9
NS_ASSUME_NONNULL_BEGIN
10
11
-@interface LEGACY_RNCPagerViewComponentView : RCTViewComponentView <UIPageViewControllerDataSource, UIPageViewControllerDelegate, UIScrollViewDelegate, isHorizontalRtlLayout>
+@interface LEGACY_RNCPagerViewComponentView : RCTViewComponentView <UIPageViewControllerDataSource, UIPageViewControllerDelegate, UIScrollViewDelegate, RtlLayoutProtocol>
12
13
@property(strong, nonatomic, readonly) UIPageViewController *nativePageViewController;
14
@property(nonatomic, strong) NSMutableArray<UIViewController *> *nativeChildrenViewControllers;
0 commit comments