0.2.5 ā€¢ Published 4 years ago

@expo/android-manifest v0.2.5

Weekly downloads
45
License
MIT
Repository
github
Last release
4 years ago

šŸ 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.


0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago