# expo-permissions

> Allows you prompt for various permissions to access device sensors, personal data, etc.

Latest version **14.4.0** (published 2023-09-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install expo-permissions
pnpm add expo-permissions
yarn add expo-permissions
bun add expo-permissions
```

## Health

**Score 50/100 (C)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; high quality score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 14.4.0 |
| Published | 2023-09-04 |
| First published | 2018-07-06 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 126.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 52284 |
| Author | 650 Industries, Inc. |
| Maintainers | radoslawkrzemien, pkham, szdziedzic, tsapeta, wkozyra, ide, lukmccall, aleqsio, marklawlor, gabrieldonadel, simek, keith-kurak, christopherwalter, kbrandwijk, fiber-god, brentvatne, evanbacon, quinlanj, expoadmin, exponent, wschurman, bycedric, jonsamp, princefleaswallow, kudochien, ccheever, jesseruder, terribleben, sjchmiela, esamelson |
| Keywords | react-native, expo, permissions |

## Links

- npm: https://www.npmjs.com/package/expo-permissions
- Repository: https://github.com/expo/expo
- Homepage: https://docs.expo.dev/versions/latest/sdk/permissions/
- Issues: https://github.com/expo/expo/issues
- npm.io page: https://npm.io/package/expo-permissions

## Recent versions

- 14.4.0 (latest) — 2023-09-04
- 14.3.0 — 2023-07-28
- 14.2.1 — 2023-07-04
- 14.2.0 — 2023-06-21
- 14.1.2 — 2023-05-08
- 14.1.1 — 2023-02-09
- 14.1.0 — 2023-02-03
- 14.0.0 — 2022-10-25
- 13.2.0 — 2022-04-18
- 13.1.1 — 2022-02-01
- 13.1.0 — 2021-12-03
- 13.0.3 — 2021-10-21
- 13.0.2 — 2021-10-15
- 13.0.1 — 2021-10-01
- 13.0.0 — 2021-09-28
- … 43 more at https://npm.io/package/expo-permissions/versions

## README

# expo-permissions

💡 This library has been replaced by module-specific permission methods. For example, you can use [`MediaLibrary.getPermissionsAsync()`](https://docs.expo.dev/versions/latest/sdk/media-library/#medialibrarygetpermissionsasyncwriteonly) and [`MediaLibrary.requestPermissionsAsync()`](https://docs.expo.dev/versions/latest/sdk/media-library/#medialibraryrequestpermissionsasyncwriteonly) to get and request permissions for [expo-media-library](https://docs.expo.dev/versions/latest/sdk/media-library/). Similar methods exist on all other Expo modules that require permissions.

---
_Source: https://npm.io/package/expo-permissions · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
