We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7454a9 commit f76f252Copy full SHA for f76f252
README.md
@@ -61,7 +61,7 @@ const Permissions = require('react-native-permissions');
61
62
//check the status of multiple permissions
63
_checkCameraAndPhotos() {
64
- Permissions.check(['camera', 'photo'])
+ Permissions.checkMultiple(['camera', 'photo'])
65
.then(response => {
66
//response is an object mapping type to permission
67
this.setState({
0 commit comments