Eugnis / react-native-timeline-flatlist

FlatList based timeline component for React Native for iOS and Android
https://www.npmjs.com/package/react-native-timeline-flatlist
MIT License
478 stars 69 forks source link

borderRaidus in timeStyle NOT working #3

Closed chopper2201 closed 5 years ago

chopper2201 commented 5 years ago

I tried to use borderRaidus but it's not working. And I found one way to fix it. I need to add "overflow". timeStyle={{textAlign: 'center', backgroundColor:'#ff9797', color:'white', padding:5, borderRadius:13, overflow: 'hidden'}}

Eugnis commented 5 years ago

Thanks, fixed