expo-system-ui
Version:
Interact with system UI elements
55 lines • 1.3 kB
JSON
{
"name": "expo-system-ui",
"version": "56.0.5",
"description": "Interact with system UI elements",
"main": "build/SystemUI.js",
"types": "build/SystemUI.d.ts",
"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.85.3",
"debug": "^4.3.2"
},
"jest": {
"preset": "expo-module-scripts"
},
"devDependencies": {
"@types/node": "^22.14.0",
"expo": "56.0.3",
"expo-module-scripts": "56.0.2"
},
"peerDependencies": {
"expo": "*",
"react-native": "*",
"react-native-web": "*"
},
"peerDependenciesMeta": {
"react-native-web": {
"optional": true
}
},
"gitHead": "125e8225bf36a4b9b2a159441d9ea724bcf1110f",
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"expo-module": "expo-module"
}
}