Skip to content

Latest commit

 

History

History
56 lines (40 loc) · 1.49 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.49 KB

👋 Welcome to
@expo/android-manifest

A library for interacting with the `AndroidManifest.xml`

Circle CI


🏁 Setup

Install @expo/android-manifest in your project.

yarn add @expo/android-manifest

⚽️ Usage

import * as Manifest from '@expo/android-manifest';

// Read the project's manifest
const manifest = await Manifest.readAsync(manifestPath);

// Get the Android app permissions as an array
const permissions: string[] = Manifest.getPermissions(manifest);

License

The Expo source code is made available under the MIT license. Some of the dependencies are licensed differently, with the BSD license, for example.


License: MIT