-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: add launch image iOS #12
base: dev
Are you sure you want to change the base?
Conversation
The app appears to have a gray box around the logo. Would it be possible @MateusRodCosta to modify the logo to make it whiter so it appears more natural? |
This is likely because I use #fafafa as the background color instead of #ffffff. |
Hey, I took a quick look at your PR and apparently it focus only on iOS?
I updated the icons just now on the dev branch, you will likely want one of the pngs that has either transparent or white background. The Google Play icon might also be an option since it adds scales down the icon to add some padding around it. Do note that while you are handling iOS splash screen, there's also the need to do something for pre-Android 12.Android 12+ is optional since there is a default splash screen implementation. In anyway, please create new PRs on top of the dev branch in the future. |
I updated the PR with this, will try android and to the correct branch. |
This adds a launch image to the app instead of keeping it entirely blank on startup.