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

Update definition of BootSplash hide on Non-Native platforms #2619

Merged
merged 1 commit into from
Apr 29, 2021

Conversation

jasperhuangg
Copy link
Contributor

Details

Before, we had a definition of hide that didn't support it returning a promise. Let's update it to include this so that people can use it without it breaking on non-native platforms. See issue for more on how this breaks stuff.

Fixed Issues

Fixes #2618

Tests

Navigate to the sign-in page while logged out. Verify that it renders correctly.

QA Steps

Same as above tests.

Tested On

  • Web
  • Mobile Web
  • Desktop
  • iOS
  • Android

Screenshots

This only modifies an index.js file (and not its corresponding index.native.js file, so no native screenshots are needed.

Web

Screen Shot 2021-04-29 at 9 23 27 AM

Mobile Web

Screen Shot 2021-04-29 at 9 23 22 AM

Desktop

Screen Shot 2021-04-29 at 9 24 16 AM

@jasperhuangg jasperhuangg self-assigned this Apr 29, 2021
@jasperhuangg jasperhuangg marked this pull request as ready for review April 29, 2021 01:52
@jasperhuangg jasperhuangg requested a review from a team as a code owner April 29, 2021 01:52
@MelvinBot MelvinBot requested review from francoisl and removed request for a team April 29, 2021 01:52
@jasperhuangg jasperhuangg requested review from marcaaron and a team and removed request for francoisl April 29, 2021 01:52
@MelvinBot MelvinBot requested review from francoisl and removed request for a team April 29, 2021 01:52
@robertjchen
Copy link
Contributor

LGTM! Merging now so that it can go out on the next deploy.

@robertjchen robertjchen merged commit d4ceb8a into main Apr 29, 2021
@robertjchen robertjchen deleted the jasper-fixBootSplashHide branch April 29, 2021 03:05
@OSBotify
Copy link
Contributor

🚀 Deployed to staging in version: 1.0.33-1🚀

platform result
🤖 android 🤖 success ✅
🖥 desktop 🖥 success ✅
🍎 iOS 🍎 success ✅
🕸 web 🕸 success ✅

@OSBotify
Copy link
Contributor

OSBotify commented May 8, 2021

🚀 Deployed to production in version: 1.0.39-5🚀

platform result
🤖 android 🤖 failure ❌
🖥 desktop 🖥 success ✅
🍎 iOS 🍎 success ✅
🕸 web 🕸 success ✅

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.

Blank Screen and TypeError from BootSplash on Non-Native Platforms
3 participants