UNPKG

expo-app-loading

Version:

A React component that keeps the native splash screen visible.

44 lines (43 loc) 1.13 kB
{ "name": "expo-app-loading", "version": "2.1.1", "description": "A React component that keeps the native splash screen visible.", "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-app-loading", "app-loading" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-app-loading" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://docs.expo.dev/versions/latest/sdk/app-loading", "dependencies": { "expo-splash-screen": "~0.17.0" }, "devDependencies": { "expo-module-scripts": "^3.0.0" }, "jest": { "preset": "expo-module-scripts" }, "gitHead": "eab2b09c735fb0fc2bf734a3f29a6593adba3838" }