Closed dpogue closed 7 months ago
Attention: Patch coverage is 52.94118%
with 8 lines
in your changes are missing coverage. Please review.
Project coverage is 78.37%. Comparing base (
1974dbb
) to head (a9da7e2
).
Files | Patch % | Lines |
---|---|---|
lib/prepare.js | 52.94% | 8 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Platforms affected
iOS
Motivation and Context
Closes #1254.
Description
Support a
SplashScreenBackgroundColor
preference that sets the background colour of the splash screen via xcassets.If no
SplashScreenBackgroundColor
is provided, it will fall back to theBackgroundColor
(i.e., the current behaviour). If neither are specified, it will fallback to the system background colour (also current behaviour).Testing
BackgroundColor
andSplashScreenBackgroundColor
preferences. Ensured both variables had correct values in Xcode and confirmed splash screen used the correct colour on device.BackgroundColor
preference. Ensured both variables had correct values in Xcode and confirmed splash screen used the correct colour on device.Checklist