Open alainib opened 6 years ago
Do anyone find the solution. Same thing is happening here for me
in image prop you must have to pass images as the example suggest. I also face this problem because i pass image in url but example show we must use uri so check the default syntax.
hello, i get no images displayed with the example you provide ( tested on android only ), only the text "header image X" and "footer x" displayed.
Any idea ?
i try to log inside your code, "this.props.style" are undefined in "image.js" and "TouchableImage" because in "carousel.js" they are not passed
<TouchableImage key={i} image={img} onPress={this.scrolling ? () => {} : () => onPressImage(i)} />
PS i have warning easly fixed : -" each viewpager child must be a , was TouchableImage"
-"each child in an array or iterator should have a unique key prop"
so in "carousel.js" file