diff --git a/ios/RNCPagerView.h b/ios/RNCPagerView.h index 875e022b..e523d230 100644 --- a/ios/RNCPagerView.h +++ b/ios/RNCPagerView.h @@ -8,7 +8,7 @@ NS_ASSUME_NONNULL_BEGIN @interface RNCPagerView: UIView -- (instancetype)initWithEventDispatcher:(RCTEventDispatcher *)eventDispatcher; +- (instancetype)initWithEventDispatcher:(id )eventDispatcher; @property(nonatomic) NSInteger initialPage; @property(nonatomic) NSInteger lastReportedIndex;