-
Notifications
You must be signed in to change notification settings - Fork 778
refactor: migrate organization screen to styled-components #682
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
refactor: migrate organization screen to styled-components #682
Conversation
|
Since this is affecting the UI, could you provide us with two screenshots of the organization screen? |
| const styles = StyleSheet.create({ | ||
| listTitle: { | ||
| const DescriptionListItem = styled(ListItem).attrs({ | ||
| titleStyle: { |
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.
I think this one can be removed (unused)
|
LGTM, thanks! |
andrewda
left a comment
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.
Looks awesome thanks so much 🙏 Just one tiny change, then looks good to me
| ...fonts.fontPrimary, | ||
| }, | ||
| }); | ||
| })``; |
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.
Can we remove this? Was probably just added by prettier for some reason, but I think you can safely get rid of it.
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.
It's needed by styled components when using attrs()
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.
Ahh alright, yes you're right.
housseindjirdeh
left a comment
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.
🕺
Screenshots
Part of #532.