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 e277ddf commit 19e9d51Copy full SHA for 19e9d51
ios/RNCPagerView.h
@@ -8,7 +8,7 @@ NS_ASSUME_NONNULL_BEGIN
8
9
@interface RNCPagerView: UIView <RtlLayoutProtocol>
10
11
-- (instancetype)initWithEventDispatcher:(RCTEventDispatcher *)eventDispatcher;
+- (instancetype)initWithEventDispatcher:(id<RCTEventDispatcherProtocol> )eventDispatcher;
12
13
@property(nonatomic) NSInteger initialPage;
14
@property(nonatomic) NSInteger lastReportedIndex;
0 commit comments