Name Date Size #Lines LOC

..26-Sep-2023-

android/H26-Sep-2023-514400

build/H26-Sep-2023-376132

ios/H26-Sep-2023-251204

src/H26-Sep-2023-23592

.eslintrc.jsH A D26-Sep-2023103 31

.npmignoreH A D26-Sep-2023183 128

CHANGELOG.mdH A D26-Sep-20235.6 KiB17086

README.mdH A D26-Sep-20231,015 2614

babel.config.jsH A D26-Sep-2023104 31

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

package.jsonH A D26-Sep-20231 KiB4039

tsconfig.jsonH A D26-Sep-2023217 109

unimodule.jsonH A D26-Sep-202374 54

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