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:
Markus Lindqvist 2018-12-09 15:45:20 +02:00 committed by GitHub
commit 181cab5bbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 (