Skip to content
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

Splash screen on android #1554

Merged
merged 7 commits into from
Jun 3, 2020
Merged

Splash screen on android #1554

merged 7 commits into from
Jun 3, 2020

Conversation

andrepimenta
Copy link
Member

@andrepimenta andrepimenta commented May 8, 2020

Description

These changes addresses the "Android performance issue: time to first paint". There was a display of a blank screen when first loading the app, now addressed by adding a native splash screen.

Since it is not possible to add an animated splash screen (or even a gif), it was decided to add a static shape that turns into animation once react native is loaded.

before
after

I am still not sure if this looks better than before, WDYT @cjeria ?

@ibrahimtaveras00 I think it is very important to test this on different screen sizes, just to make sure the splash screen is always aligned with the animation.

Issue

Resolves #1542

@andrepimenta andrepimenta changed the title splash screen installed and working on android Splash screen on android May 8, 2020
@andrepimenta andrepimenta requested a review from cjeria May 8, 2020 15:33
@andrepimenta andrepimenta requested a review from danjm May 8, 2020 16:25
@andrepimenta andrepimenta added the needs-qa Any New Features that needs a full manual QA prior to being added to a release. label May 8, 2020
@andrepimenta andrepimenta requested a review from a team as a code owner May 28, 2020 14:51
Copy link
Contributor

@ibrahimtaveras00 ibrahimtaveras00 left a comment

Choose a reason for hiding this comment

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

Improvement looks good on Android, QA Passed 👍

Checked on the following:

  • Samsung Galaxy Note 9 = 6.4" screen size
  • Pixel 3XL = 6.3" screen size
  • Pixel 3 = 5.5" screen size
  • Pixel 2 = 5" screen size
  • Nexus S = 4" screen size

@ibrahimtaveras00 ibrahimtaveras00 added QA Passed A successful QA run through has been done and removed needs-qa Any New Features that needs a full manual QA prior to being added to a release. labels May 29, 2020
@andrepimenta andrepimenta merged commit 8518d63 into develop Jun 3, 2020
@andrepimenta andrepimenta deleted the feature/splash-screen branch June 3, 2020 17:57
@estebanmino estebanmino mentioned this pull request Sep 28, 2020
3 tasks
rickycodes pushed a commit that referenced this pull request Jan 31, 2022
* splash screen installed and working on android

* ios comment for more details

* Update Podfile.lock

* Fix no new line
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next release QA Passed A successful QA run through has been done
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Android performance issue: time to first paint
4 participants