| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | 26-Sep-2023 | - | ||||
| android/ | H | 26-Sep-2023 | - | 526 | 408 | |
| build/ | H | 26-Sep-2023 | - | 98 | 53 | |
| ios/ | H | 26-Sep-2023 | - | 105 | 82 | |
| plugin/ | H | 26-Sep-2023 | - | 749 | 639 | |
| src/ | H | 26-Sep-2023 | - | 61 | 34 | |
| .eslintrc.js | H A D | 26-Sep-2023 | 103 | 3 | 1 | |
| .npmignore | H A D | 26-Sep-2023 | 183 | 12 | 8 | |
| CHANGELOG.md | H A D | 26-Sep-2023 | 4.3 KiB | 113 | 58 | |
| README.md | H A D | 26-Sep-2023 | 937 | 28 | 17 | |
| app.plugin.js | H A D | 26-Sep-2023 | 57 | 2 | 1 | |
| babel.config.js | H A D | 26-Sep-2023 | 107 | 7 | 6 | |
| expo-module.config.json | H A D | 26-Sep-2023 | 196 | 11 | 10 | |
| package.json | H A D | 26-Sep-2023 | 1.1 KiB | 48 | 47 | |
| tsconfig.json | H A D | 26-Sep-2023 | 217 | 10 | 9 |
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