Open abbasbphppoets opened 10 months ago
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 (
); })} </Swiper>
below are my code they give warning related childern
did you find any solution?
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 (
below are my code they give warning related childern