-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated progressscreen #7
base: dev
Are you sure you want to change the base?
Conversation
package.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
change the whole file and get the content from the dev branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still not resolved
package-lock.json
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
get this also from dev branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still not resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Get data from props
- Font size
- Line height
- The padding of the content container is not right
- color for the skreak label is not proper
- gradient of a button is not proper
- The drop shadow for the continue button is missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
get the code from dev branch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
stll not resolved
</ImageBackground> | ||
<Text style={[styles.streakLabel,isFontLoaded && { fontFamily: 'BalooPaaji2-Regular' }]}>Here’s your streak chart so far: ⚡</Text> | ||
<View style={styles.streakChart}> | ||
{(streaks || []).map((streak, index) => ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the logic for steaks is not proper how we will pass how many blocks to made
paddingRight: 15, | ||
borderRadius: 5 | ||
}, | ||
|
||
backgroundImage: { | ||
flex: 1, | ||
resizeMode: 'cover', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add width 100%
<Text style={styles.backLink}>See all paths</Text> | ||
</TouchableOpacity> | ||
</View> | ||
<View style={styles.contentContainer}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
increase the given padding around 35 to 50
No description provided.