Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

expo-permissions

Package Overview
Dependencies
Maintainers
12
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

expo-permissions - npm Package Compare versions

Comparing version 5.0.0-rc.0 to 5.0.0

4

package.json
{
"name": "expo-permissions",
"version": "5.0.0-rc.0",
"version": "5.0.0",
"description": "Allows you prompt for various permissions to access device sensors, personal data, etc.",

@@ -41,3 +41,3 @@ "main": "build/Permissions.js",

},
"gitHead": "f04f6c038278daf9d4536da5ef651dbccf95c7b2"
"gitHead": "9119d190fbbf9f6a7a9c116e068d240e60e441fc"
}

@@ -14,20 +14,6 @@ # expo-permissions

For bare React Native projects, you must ensure that you have [installed and configured the `react-native-unimodules` package](https://github.com/unimodules/react-native-unimodules) before continuing.
For bare React Native projects, this package is included in [`react-native-unimodules`](https://github.com/unimodules/react-native-unimodules). Please refer to those installation instructions to install this package.
### Add the package to your npm dependencies
```
npm install expo-permissions
```
### Configure for iOS
Run `pod install` in the ios directory after installing the npm package.
### Configure for Android
No additional set up necessary.
# Contributing
Contributions are very welcome! Please refer to guidelines described in the [contributing guide]( https://github.com/expo/expo#contributing).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc