Преглед на файлове

Merge pull request #120 from gyfelton/patch-1

Change to right API call when check multiple permissions
Yonah Forst преди 7 години
родител
ревизия
2e3095ff73
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      README.md

+ 1
- 1
README.md Целия файл

@@ -61,7 +61,7 @@ const Permissions = require('react-native-permissions');
61 61
 
62 62
   //check the status of multiple permissions
63 63
   _checkCameraAndPhotos() {
64
-    Permissions.check(['camera', 'photo'])
64
+    Permissions.checkMultiple(['camera', 'photo'])
65 65
       .then(response => {
66 66
         //response is an object mapping type to permission
67 67
         this.setState({