Gathering detailed insights and metrics for @expo/configure-splash-screen
Gathering detailed insights and metrics for @expo/configure-splash-screen
Gathering detailed insights and metrics for @expo/configure-splash-screen
Gathering detailed insights and metrics for @expo/configure-splash-screen
Tools for creating, running, and deploying universal Expo and React Native apps
npm install @expo/configure-splash-screen
Typescript
Module System
Min. Node Version
Node Version
NPM Version
TypeScript (86.38%)
HTML (6.86%)
JavaScript (6.75%)
Shell (0.01%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
2,643 Stars
5,332 Commits
477 Forks
52 Watchers
175 Branches
191 Contributors
Updated on Jul 06, 2025
Latest Version
0.6.0
Package Id
@expo/configure-splash-screen@0.6.0
Size
56.38 kB
NPM Version
7.20.3
Node Version
14.15.2
Published on
Sep 21, 2021
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
This package provides CLI command that helps you configure expo-splash-screen
module.
You can use it to configure your native iOS and Android project according to your needs without opening Xcode or Android Studio.
expo-splash-screen
to show given .png
image.CONTAIN
and COVER
modes from expo-splash-screen
.StatusBar
's attributes:
hiding
,style
.expo-splash-screen
to show given .png
image.CONTAIN
, COVER
and NATIVE
modes from expo-splash-screen
.StatusBar
's attributes:
hiding
,style
,backgroundColor
,translucency
.Command syntax:
yarn run configure-splash-screen [options]
-p, --platform <platform>
- Selected platform to configure. Available values: "android" | "ios" | "all" (default: "all").-b, --background-color <color>
- (required) Valid css-formatted color (hex (#RRGGBB[AA]), rgb[a], hsl[a], named color (https://drafts.csswg.org/css-color/#named-colors)) that would be used as the background color for native splash screen view.-i, --image-path <path>
- Path to valid .png image that will be displayed on the splash screen.-r, --image-resize-mode <resizeMode>
- Resize mode to be used for the splash screen image. Available only if 'image-path' is provided as well. Available values: "contain" | "cover" | "native" ("native" is only available for Android)) (default: "contain"). See resize modes for more information.--dark-mode-background-color <color>
- Color (see 'background-color' supported formats) that would be used as the background color for the splash screen in dark mode. Providing this option enables other dark-mode related options.--dark-mode-image-path <path>
- Path to valid .png image that will be displayed on the splash screen in dark mode only. Available only if 'dark-mode-background-color' is provided as well.--status-bar-style <style>
- Customizes the color of the status bar icons. Available values: "default" | "light-content" | "dark-content" (default: "default").--status-bar-hidden
- Hides the status bar.--status-bar-background-color <color>
- (only for Android platform) Customizes the background color of the status bar. Accepts a valid color (see 'background-color' supported formats).--status-bar-translucent
- (only for Android platform) Makes the status bar translucent (enables drawing under the status bar area).--dark-mode-status-bar-style <style>
- (only for Android platform) The same as 'status-bar-style', but applied only in dark mode. Available only if 'dark-mode-background-color' and 'status-bar-style' are provided as well.--dark-mode-status-bar-background-color <color>
- (only for Android platform) The same as 'status-bar-background-color', but applied only in the dark mode. Available only if 'dark-mode-background-color' and 'status-bar-style' are provided as well.To see all the available options:
yarn run expo-splash-screen --help
This package is installed as a dependency of the expo-splash-screen
package. Follow the installation instructions provided by expo-splash-screen
package.
Contributions are very welcome! Please refer to guidelines described in the contributing guide.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
binaries present in source code
Details
Reason
branch protection is not maximal on development and all release branches
Details
Reason
Found 7/30 approved changesets -- score normalized to 2
Reason
project is archived
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
license file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
141 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More