ScrollView child layout must be applied through the contentContainerStyle prop ScrollView child layout must be applied through the contentContainerStyle prop reactjs reactjs

ScrollView child layout must be applied through the contentContainerStyle prop


Add style like this

<Swiper loop={false}          index={0}          contentContainerStyle={styles.wrapper}          activeDotColor={'#EEE'}>


Use contentContainerStyle props instead of style props.

contentContainerStyle={styles.wrapper}