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

[Wallet] Show splash screen until JS is ready on iOS #1453

Merged
merged 1 commit into from
Oct 24, 2019

Conversation

jeanregisser
Copy link
Contributor

@jeanregisser jeanregisser commented Oct 24, 2019

Description

Splash screen on iOS was displayed when the app was launched (system behavior) but there was a small gap with a blank screen while the JS bundle was loading.

This makes it display the splash screen until JS is ready.

Tested

Launched the app -> app hides splash screen when JS is ready, i.e. no blank screen while JS is loading.

Other changes

N/A

Related issues

Backwards compatibility

Yes

@jeanregisser jeanregisser merged commit 35be07d into master Oct 24, 2019
@jeanregisser jeanregisser deleted the jeanregisser/ios-use-splash-screen branch October 24, 2019 09:49
@codecov
Copy link

codecov bot commented Oct 24, 2019

Codecov Report

Merging #1453 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1453   +/-   ##
=======================================
  Coverage   65.86%   65.86%           
=======================================
  Files         271      271           
  Lines        8062     8062           
  Branches      490      490           
=======================================
  Hits         5310     5310           
  Misses       2640     2640           
  Partials      112      112
Flag Coverage Δ
#mobile 65.86% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 765fe3d...8bd691f. Read the comment docs.

aaronmgdr added a commit that referenced this pull request Oct 24, 2019
* master:
  [Wallet] Wallet can switch between hosted and local node (#1419)
  [Wallet] Prevent error from Avatar when name is missing (#1454)
  [Wallet] Show splash screen until JS is ready on iOS (#1453)
  Use new segment api keys used by both iOS and Android (#1452)
  [Wallet] Don't log all props, which includes i18n (#1445)
  [Helm] Updated the helm package to deploy the upgraded blockscout version (#1129)
  Tiny copy change (#1429)
  [contractkit] SortedOraclesWrapper + tests (#1405)
  [wallet] Refactor leftover thunk to sagas (#1388)
  [Wallet] Fix repeated QR code scanning and related navigation issues (#1439)
  [Wallet] Show the currency values with correct rounding. (#1435)
  [Wallet] Fix firebase initialization error on iOS after reinstalling the app (#1423)
  [Wallet] Use exit on iOS since we can't restart like Android (#1424)
  [Wallet] Update local currency styles and layout (#1325)
  Reset pincode cache if unlock fails (#1430)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

iOS app should have a Celo splash screen
2 participants