# react-native-check-permissions
**Repository Path**: reylen/react-native-check-permissions
## Basic Information
- **Project Name**: react-native-check-permissions
- **Description**: check-permissions,包含 相机、图库、定位、蓝牙、麦克风等功能权限请求及检测
- **Primary Language**: JavaScript
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-08-31
- **Last Updated**: 2025-02-17
## Categories & Tags
**Categories**: Uncategorized
**Tags**: React-native, IOS, Android
## README
# react-native-check-permissions
permissions check of ios and android;
Camera、PhotoLibrary、Location、Bluetooth、Microphone are available
openSettings is for user to open setting page, and change permissions
## Installation
```sh
npm install react-native-check-permissions
```
## Usage
```js
import {
checkMicrophone,
requestMicrophone,
checkCamera,
requestCamera,
requestPhotoLibrary,
openLimitedPhotoLibraryPicker,
openSettings,
requestMediaLibrary,
requestCoreLocation,
requestBluetooth
} from 'react-native-check-permissions';
// ...