Name Date Size #Lines LOC

..26-Sep-2023-

android/H26-Sep-2023-526408

build/H26-Sep-2023-9853

ios/H26-Sep-2023-10582

plugin/H26-Sep-2023-749639

src/H26-Sep-2023-6134

.eslintrc.jsH A D26-Sep-2023103 31

.npmignoreH A D26-Sep-2023183 128

CHANGELOG.mdH A D26-Sep-20234.3 KiB11358

README.mdH A D26-Sep-2023937 2817

app.plugin.jsH A D26-Sep-202357 21

babel.config.jsH A D26-Sep-2023107 76

expo-module.config.jsonH A D26-Sep-2023196 1110

package.jsonH A D26-Sep-20231.1 KiB4847

tsconfig.jsonH A D26-Sep-2023217 109

README.md

1# expo-system-ui
2
3**`expo-system-ui`** adds support for locking the user interface (appearance) and updating the root view background color.
4
5## API documentation
6
7- [Documentation for the main branch][docs-main]
8- [Documentation for the latest stable release][docs-stable]
9
10### Installation
11
12```
13npx expo install expo-system-ui
14```
15
16### Extra Setup
17
18For bare React Native projects, ensure that you have the [native `expo` package][expo-modules] setup before continuing, this is required for all Expo modules.
19
20## Contributing
21
22Contributions are very welcome! Please refer to guidelines described in the [contributing guide][contributing].
23
24[docs-main]: https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/system-ui.mdx
25[docs-stable]: https://docs.expo.dev/versions/latest/sdk/system-ui/
26[contributing]: https://github.com/expo/expo#contributing
27[expo-modules]: https://docs.expo.dev/bare/installing-expo-modules/
28