UNPKG

react-native-slider-intro

Version:

A simple and full customizable React Native package which implements a unique slider.

14 lines (12 loc) 329 B
import type { ImageProps, ColorValue } from 'react-native'; export interface SliderIntroItemProps { index: number; title?: object | string; text?: object | string; link?: string; image?: ImageProps['source']; backgroundColor?: ColorValue; activeLanguage?: string; slideMaxHeightPercent?: number; icon?: any; }