Name Date Size #Lines LOC

..26-Sep-2023-

android/H26-Sep-2023-791618

build/H26-Sep-2023-504171

plugin/H26-Sep-2023-697582

src/H26-Sep-2023-357149

.eslintrc.jsH A D26-Sep-2023103 31

.npmignoreH A D26-Sep-2023183 128

CHANGELOG.mdH A D26-Sep-20233.8 KiB11257

README.mdH A D26-Sep-20231.5 KiB3622

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

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

expo-module.config.jsonH A D26-Sep-2023150 87

package.jsonH A D26-Sep-20231.1 KiB4746

tsconfig.jsonH A D26-Sep-2023217 109

README.md

1# expo-navigation-bar
2
3**`expo-navigation-bar`** enables you to modify and observe the native navigation bar on Android devices. Due to some Android platform restrictions, parts of this API overlap with the [`expo-status-bar`][status-bar] API.
4
5Properties are named after style properties; visibility, position, backgroundColor, borderColor, etc.
6
7## API documentation
8
9- [Documentation for the main branch][docs-main]
10- [Documentation for the latest stable release][docs-stable]
11
12## Installation in managed Expo projects
13
14For [managed][docs-workflows] Expo projects, please follow the installation instructions in the [API documentation for the latest stable release][docs-stable].
15
16## Installation in bare React Native projects
17
18For bare React Native projects, you must ensure that you have [installed and configured the `react-native-unimodules` package][unimodules] before continuing.
19
20### Add the package to your npm dependencies
21
22```
23npx expo install expo-navigation-bar
24```
25
26## Contributing
27
28Contributions are very welcome! Please refer to guidelines described in the [contributing guide][contributing].
29
30[docs-main]: https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/navigation-bar.mdx
31[docs-stable]: https://docs.expo.dev/versions/latest/sdk/navigation-bar/
32[docs-workflows]: https://docs.expo.dev/archive/managed-vs-bare/
33[contributing]: https://github.com/expo/expo#contributing
34[unimodules]: https://github.com/expo/expo/tree/main/packages/react-native-unimodules
35[status-bar]: https://github.com/expo/expo/tree/main/packages/expo-status-bar
36