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.
2 parents a73e769 + f76f252 commit 2e3095fCopy full SHA for 2e3095f
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