UNPKG

react-native-walkthrough-swiper

Version:

A walkthrough swiper component for React-Native. Can be used in onboarding/walkthrough screens. Uses Reanimated API to create smooth animations.

15 lines 545 B
export function WalkthroughSwiper({ data, onSkipBtnPress, skipText, skipTextStyle, titleStyle, subTitleStyle, nextButton, centerComponent, centerStyle, activeSlideColor, inActiveSlideColor, }: { data: any; onSkipBtnPress: any; skipText: any; skipTextStyle: any; titleStyle: any; subTitleStyle: any; nextButton: any; centerComponent: any; centerStyle: any; activeSlideColor: any; inActiveSlideColor: any; }): React.JSX.Element; import React from 'react'; //# sourceMappingURL=WalkthroughSwiper.d.ts.map