UNPKG

expo-splash-screen

Version:

Provides a module to allow keeping the native Splash Screen visible until you choose to hide it.

51 lines (50 loc) 1.32 kB
{ "name": "expo-splash-screen", "version": "0.17.2", "description": "Provides a module to allow keeping the native Splash Screen visible until you choose to hide it.", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module" }, "keywords": [ "react-native", "expo", "expo-splash-screen", "splash-screen", "splash", "launch-screen", "launch" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-splash-screen" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://docs.expo.dev/versions/latest/sdk/splash-screen/", "jest": { "preset": "expo-module-scripts" }, "dependencies": { "@expo/configure-splash-screen": "^0.6.0", "@expo/prebuild-config": "~5.0.5" }, "devDependencies": { "expo-module-scripts": "^3.0.0" }, "peerDependencies": { "expo": "*" }, "gitHead": "15f5b6e98d2ccc5b3b9bebf150072cbc482af98e" }