expo-permissions
Advanced tools
Comparing version 5.0.0-rc.0 to 5.0.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
109960
19