| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | 26-Sep-2023 | - | ||||
| android/ | H | 26-Sep-2023 | - | 514 | 400 | |
| build/ | H | 26-Sep-2023 | - | 376 | 132 | |
| ios/ | H | 26-Sep-2023 | - | 251 | 204 | |
| src/ | H | 26-Sep-2023 | - | 235 | 92 | |
| .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 | 5.6 KiB | 170 | 86 | |
| README.md | H A D | 26-Sep-2023 | 1,015 | 26 | 14 | |
| babel.config.js | H A D | 26-Sep-2023 | 104 | 3 | 1 | |
| expo-module.config.json | H A D | 26-Sep-2023 | 150 | 8 | 7 | |
| package.json | H A D | 26-Sep-2023 | 1 KiB | 40 | 39 | |
| tsconfig.json | H A D | 26-Sep-2023 | 217 | 10 | 9 | |
| unimodule.json | H A D | 26-Sep-2023 | 74 | 5 | 4 |
README.md
1# expo-application 2 3Gets native application information such as its ID, app name, and build version at runtime. 4 5# API documentation 6 7- [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/application.md) 8 9# Installation in managed Expo projects 10 11For [managed](https://docs.expo.dev/archive/managed-vs-bare/) Expo projects, please follow the installation instructions in the [API documentation for the latest stable release](#https://docs.expo.dev/versions/latest/sdk/application/). 12 13# Installation in bare React Native projects 14 15For bare React Native projects, you must ensure that you have [installed and configured the `expo` package](https://docs.expo.dev/bare/installing-expo-modules/) before continuing. 16 17### Add the package to your npm dependencies 18 19``` 20npx expo install expo-application 21``` 22 23# Contributing 24 25Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing). 26