简体   繁体   中英

ScrollView rounded corners

I made a custom Image swiper withe ScrollView in React Native, but it looks bad when images with rounded corners move. Is there any way to round the corners of the ScrollView? Those are my ScrollView styles:

style={{
     flexDirection: 'row', alignSelf: 'center',
     width: this.state.imageWidth,
     borderRadius: 20,
}}

ScrollView also inherits styles from ViewStyles so you can pass borderRadius: 20 to it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM