expo-splash-screen
Version:
Provides a module to allow keeping the native Splash Screen visible until you choose to hide it.
47 lines (46 loc) • 1.2 kB
JSON
{
"name": "expo-splash-screen",
"version": "55.0.15",
"description": "Provides a module to allow keeping the native Splash Screen visible until you choose to hide it.",
"main": "build",
"types": "build",
"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/",
"dependencies": {
"@expo/prebuild-config": "^55.0.12"
},
"devDependencies": {
"expo-module-scripts": "^55.0.2"
},
"peerDependencies": {
"expo": "*"
},
"gitHead": "20029879d2f953a428d70197fc7e25e4d791848a"
}