mirror of
https://github.com/bartgryszko/react-native-circular-progress.git
synced 2026-01-18 16:13:10 +00:00
Merge pull request #159 from Alisan26/master
overflow:hidden added and now fill in image, border radius work in android
This commit is contained in:
commit
181cab5bbb
@ -52,7 +52,8 @@ export default class CircularProgress extends React.PureComponent {
|
||||
height: offset,
|
||||
borderRadius: offset / 2,
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center'
|
||||
justifyContent: 'center',
|
||||
overflow: 'hidden'
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user