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

fix(suite-native): configure splash screen for dark theme #15870

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

yanascz
Copy link
Contributor

@yanascz yanascz commented Dec 10, 2024

Fixes #15523

@yanascz yanascz requested a review from a team as a code owner December 10, 2024 12:46
@yanascz yanascz added the mobile Suite Lite issues and PRs label Dec 10, 2024
@@ -84,6 +84,10 @@ const getPlugins = (): ExpoPlugins => {
{
backgroundColor: '#25292E',
image: './assets/splash_icon.png',
dark: {
Copy link
Member

Choose a reason for hiding this comment

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

The same color and image? 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Might be sufficient to change the color. Who knows...

Copy link

github-actions bot commented Dec 10, 2024

🚀 Expo preview is ready!

  • Project → trezor-suite-preview
  • Platforms → android, ios
  • Scheme → trezorsuitelite
  • Runtime Version → 17
  • More info

Learn more about 𝝠 Expo Github Action

Copy link
Member

@matejkriz matejkriz left a comment

Choose a reason for hiding this comment

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

Let's give it a try

@yanascz yanascz force-pushed the fix/native/splash-screen-dark-theme branch from 3ee0bed to 6d04995 Compare December 10, 2024 13:15
@yanascz yanascz enabled auto-merge (rebase) December 10, 2024 13:17
@yanascz yanascz merged commit f95983d into develop Dec 10, 2024
13 checks passed
@yanascz yanascz deleted the fix/native/splash-screen-dark-theme branch December 10, 2024 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mobile Suite Lite issues and PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix app icon and splashscreen after Expo update
2 participants