Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@expo/configure-splash-screen
Advanced tools
Supplementary module for 'expo-splash-screen' providing cli configuration command
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
expo-splash-screen
to show given .png
image.CONTAIN
, COVER
and NATIVE
modes from expo-splash-screen
Command syntax:
yarn run @expo/configure-splash-screen --mode <mode> --platform "all" <backgroundColor> [imagePath]
mode
- see resize modes. Available values: contain
(default), cover
, native
(only on Android)platform
- select which platform to configure. Available values: all
(default), ios
, android
backgroundColor
(required) - Color that will be used a background in splash screen view. Accepts formats from color-string
library (rgb
, rgba
, hex
, css named colors
, hsl
, hsla
).imagePath
(optional) - Path to .png
image that will be used in splash screen view. Not providing an image will make splash screen view display only a background color.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.
FAQs
Supplementary module for 'expo-splash-screen' providing cli configuration command
The npm package @expo/configure-splash-screen receives a total of 33,636 weekly downloads. As such, @expo/configure-splash-screen popularity was classified as popular.
We found that @expo/configure-splash-screen demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 25 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.