-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
<BackgroundWrapper> | ||
<View style={styles.content}> | ||
<View style={styles.header}> | ||
<Logo |
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.
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.
Is it a bad thing? There are smaller logos that are basically an icon without ant text, so I assumed it will be fine.
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 don't know :D I'd lean towards a png, because it's easier to use (just an Image component) and more conventional. In terms of performance I haven't measured it but I guess png might be faster, it shouldn't matter much. In terms of quality font would win but the difference shouldn't be significant, especially if you provide 3 sizes of the logo.
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.
Changed to use png.
No description provided.