Skip to content

Conversation

@a-khushal
Copy link

There was a todo in CourseCard.tsx to add circular progress
here is a preview:
image

/>
<View style={$subContainer}>
<View>
<View style={{ flexDirection: 'row', alignItems: 'center', justifyContent: 'space-between' }}>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove inline styling and use object-based styling as the other styles

progress: number
/** an optional style override useful for padding & margin. */
style?: StyleProp<ViewStyle>
// Packages Imports
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make a different component for circular progress and keep this component intact, alternatively, you can make a preset in this component itself. Whatever suits best to you.

@a-khushal
Copy link
Author

@ItsFlash10 I have made the said changes and pushed to the same branch circular_progress_bar please check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants