diff --git a/ios/Fabric/RNCPagerViewComponentView.mm b/ios/Fabric/RNCPagerViewComponentView.mm index 67e0cf24..8efd1baf 100644 --- a/ios/Fabric/RNCPagerViewComponentView.mm +++ b/ios/Fabric/RNCPagerViewComponentView.mm @@ -192,10 +192,6 @@ - (void)enableSwipe { - (void)goTo:(NSInteger)index animated:(BOOL)animated { NSInteger numberOfPages = _nativeChildrenViewControllers.count; - if (index == _currentIndex) { - return; - } - [self disableSwipe]; _destinationIndex = index;