diff --git a/types/react-native-snap-carousel/index.d.ts b/types/react-native-snap-carousel/index.d.ts index 1bdf6abeca..d7592ca07e 100644 --- a/types/react-native-snap-carousel/index.d.ts +++ b/types/react-native-snap-carousel/index.d.ts @@ -170,7 +170,7 @@ export interface CarouselStatic extends React.ComponentClass { currentIndex: number; startAutoplay(instantly?: boolean): void; stopAutoplay(): void; - snapToItem(index: number, animated?: boolean): void; + snapToItem(index: number, animated?: boolean, fireCallback?: boolean, initial?: boolean): void; snapToNext(animated?: boolean): void; snapToPrev(animated?: boolean): void; }