You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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
The text was updated successfully, but these errors were encountered: