INNER CODE UNIT · JavaScript
Carousel
phil-r/react-native-looped-carousel · index.js:25
export default class Carousel extends Component {
static propTypes = {
children: PropTypes.node.isRequired,
autoplay: PropTypes.bool,
delay: PropTypes.number,
currentPage: PropTypes.number,
style: viewPropTypes.style,
pageStyle: viewPropTypes.style,
contentContainerStyle: viewPropTypes.style,
pageInfo: PropTypes.bool,
pageInfoBackgroundColor: PropTypes.string,
pageInfoTextStyle: Text.propTypes.style,
pageInfoBottomContainerStyle: viewPropTypes.style,
pageInfoTextSeparator: PropTypes.string,
bullets: PropTypes.bool,
bulletsContainerStyle: Text.propTypes.style,
bulletStyle: Text.propTypes.style,
arrows: PropTypes.bool,