Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

[MV-355] Add initial screen. #59

Merged
merged 7 commits into from
Mar 21, 2023
Merged

[MV-355] Add initial screen. #59

merged 7 commits into from
Mar 21, 2023

Conversation

skyman503
Copy link
Contributor

No description provided.

@skyman503 skyman503 changed the title @skyman503/mv 355 [MV-355] Add initial screen. Mar 21, 2023
@skyman503 skyman503 marked this pull request as ready for review March 21, 2023 15:48
example/src/App.tsx Outdated Show resolved Hide resolved
example/src/components/BackgroundWrapper.tsx Outdated Show resolved Hide resolved
<BackgroundWrapper>
<View style={styles.content}>
<View style={styles.header}>
<Logo
Copy link
Collaborator

Choose a reason for hiding this comment

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

You've put the whole logo as a font? Interesting :D Normally I'd just export it to png image

Screenshot 2023-03-21 at 16 52 06

Copy link
Contributor Author

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.

Copy link
Collaborator

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed to use png.

@skyman503 skyman503 merged commit 84d7236 into master Mar 21, 2023
@skyman503 skyman503 deleted the @skyman503/MV-355 branch March 21, 2023 16:29
@skyman503 skyman503 restored the @skyman503/MV-355 branch March 22, 2023 12:37
@skyman503 skyman503 deleted the @skyman503/MV-355 branch March 22, 2023 15:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants