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.
10 lines • 321 B
TypeScript
export namespace swipeDirections {
let SWIPE_UP: string;
let SWIPE_DOWN: string;
let SWIPE_LEFT: string;
let SWIPE_RIGHT: string;
}
export default GestureRecognizer;
declare function GestureRecognizer(props: any): React.JSX.Element;
import React from 'react';
//# sourceMappingURL=SwipeRecogniser.d.ts.map