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 f00abfb commit 72c6430Copy full SHA for 72c6430
index.d.ts
@@ -139,6 +139,7 @@ declare module 'react-native-swiper' {
139
}
140
141
export default class Swiper extends Component<SwiperProps> {
142
- scrollBy: (index?: number, animated?: boolean) => void
+ scrollBy: (index?: number, animated?: boolean) => void;
143
+ scrollTo: (index: number, animated?: boolean) => void;
144
145
0 commit comments