used func for children

This commit is contained in:
ayushi nigam 2017-09-20 00:16:03 +05:30
parent a2aabc8cb0
commit f1e41b2787

View File

@ -58,7 +58,7 @@ export default class CircularProgress extends React.Component {
justifyContent: 'center'
}}
>
{children}
{children(fill)}
</View>}
</View>
)
@ -74,7 +74,7 @@ CircularProgress.propTypes = {
backgroundColor: PropTypes.string,
rotation: PropTypes.number,
linecap: PropTypes.string,
children: PropTypes.object
children: PropTypes.func
}
CircularProgress.defaultProps = {