expo-splash-screen-command
Supplementary module for 'expo-splash-screen' providing installation command
Last updated 6 years ago by brentvatne .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install expo-splash-screen-command 
SYNC missed versions from official npm registry.

expo-splash-screen-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.

Content

???? Features

???? iOS

???? Android

???? Usage

Command syntax:

yarn run expo-splash-screen --mode "contain" (default) | "cover" | "native" (only on Android) --platform "all" (default) | "ios" | "android" <backgroundColor> (required) [imagePath] (optional)

To see all the available options:

yarn run expo-splash-screen --help

Alternatives to yarn

Instead of

yarn run expo-splash-screen

you can go with:

npm run expo-splash-screen

or

npx expo-splash-screen

???? Installation

This package is installed as a dependency of the expo-splash-screen package. Follow the installation instructions provided by expo-splash-screen package.

???? Contributing

Contributions are very welcome! Please refer to guidelines described in the contributing guide.

Current Tags

  • 0.1.3                                ...           latest (6 years ago)

4 Versions

  • 0.1.3                                ...           6 years ago
  • 0.1.2                                ...           6 years ago
  • 0.1.1                                ...           6 years ago
  • 0.1.0                                ...           6 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 3
Last Month 4
Dev Dependencies (4)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |