We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
children
_default
undefined
android
i am facing waring when apply swiper
<Swiper automaticallyAdjustCotentInsets showsButtons={false} autoplay={true} autoplayTimeout={3} activeDotColor={COLORS.gray} dotColor={COLORS.gray} dotStyle={style.dotStyle} style={[style.slide2, {...slideStyle}]} activeDotStyle={[ style.dotStyle, { backgroundColor: COLORS.red, }, ]}> {imageData?.map((x, i) => { return ( <Image key={i} resizeMode={resizeMode} containerStyle={[style.wrap, {...wrapStyle}]} source={{uri: imageURL(x?.banner_image)}} PlaceholderContent={ <Image key={i} source={require('../../assets/img/placeholder_rectangle.png')} style={[style.wrap, {...wrapStyle}]} /> } /> ); })} below are my code they give warning related childern
The text was updated successfully, but these errors were encountered:
did you find any solution?
Sorry, something went wrong.
No branches or pull requests
android
i am facing waring when apply swiper
<Swiper
automaticallyAdjustCotentInsets
showsButtons={false}
autoplay={true}
autoplayTimeout={3}
activeDotColor={COLORS.gray}
dotColor={COLORS.gray}
dotStyle={style.dotStyle}
style={[style.slide2, {...slideStyle}]}
activeDotStyle={[
style.dotStyle,
{
backgroundColor: COLORS.red,
},
]}>
{imageData?.map((x, i) => {
return (
<Image
key={i}
resizeMode={resizeMode}
containerStyle={[style.wrap, {...wrapStyle}]}
source={{uri: imageURL(x?.banner_image)}}
PlaceholderContent={
<Image
key={i}
source={require('../../assets/img/placeholder_rectangle.png')}
style={[style.wrap, {...wrapStyle}]}
/>
}
/>
);
})}
below are my code
they give warning related childern
The text was updated successfully, but these errors were encountered: