UNPKG

expo-system-ui

Version:
56 lines (55 loc) 1.34 kB
{ "name": "expo-system-ui", "version": "5.0.10", "description": "Interact with system UI elements", "main": "build/SystemUI.js", "types": "build/SystemUI.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", "background-color", "user-interface", "appearance" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-system-ui" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://docs.expo.dev/versions/latest/sdk/system-ui", "dependencies": { "@react-native/normalize-colors": "0.79.5", "debug": "^4.3.2" }, "jest": { "preset": "expo-module-scripts" }, "devDependencies": { "expo-module-scripts": "^4.1.8" }, "peerDependencies": { "expo": "*", "react-native": "*", "react-native-web": "*" }, "peerDependenciesMeta": { "react-native-web": { "optional": true } }, "gitHead": "d0d8a3fb9633f94037dd6d96e673e0698ab8b6e0" }