We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jaksm/expo-docs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
system-ui.md•474 B
---
title: SystemUI
description: A library that allows interacting with system UI elements.
sourceCodeUrl: https://github.com/expo/expo/tree/main/packages/expo-system-ui
packageName: expo-system-ui
platforms: ["android", "ios", "web"]
---
`expo-system-ui` enables you to interact with UI elements that fall outside of the React tree. Specifically the root view background color, and locking the user interface style globally on Android.
## Installation
## API
```js
```