UNPKG

expo-splash-screen

Version:

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

57 lines 1.5 kB
{ "name": "expo-splash-screen", "version": "56.0.10", "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", "exports": { ".": "./build/index.js", "./plugin": "./plugin/build/index.js", "./package.json": "./package.json", "./app.plugin.js": "./app.plugin.js" }, "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/config-plugins": "~56.0.8", "@expo/image-utils": "^0.10.1", "xml2js": "0.6.0" }, "devDependencies": { "@types/node": "^22.14.0", "@types/xml2js": "~0.4.11", "memfs": "^3.2.0", "expo-module-scripts": "56.0.2", "expo": "56.0.4", "@expo/plist": "0.7.0" }, "peerDependencies": { "expo": "*" }, "gitHead": "6dfb0e4c958a1ea1d66d3f7952494ac58430ad45", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "expo-module": "expo-module" } }