
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@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 34,741 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.