phil-r / react-native-looped-carousel

:carousel_horse: Looped carousel for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to render Images in carousel?

ElangoPrince opened this issue · comments

The code which i done is :
<Carousel
delay={2000}
autoplay
pageInfo
style
onAnimateNextPage={(p) => console.log(p)}
>
<Image source={logo} style={{Width, Height}} />
<View style={{backgroundColor: 'blue',width: 100, height: 150 }}>
1

<View style={{height: 100, backgroundColor: 'red'}}>

2

<View style={{height: 100 , backgroundColor: '#BADA55'}}>

3