JSPM

@expo/android-manifest

0.2.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q48992F
  • License MIT

A library for interacting with the app.json

Package Exports

  • @expo/android-manifest

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@expo/android-manifest) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

👋 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