Quellcode durchsuchen

Change to right API call when check multiple permissions

Elton Gao vor 7 Jahren
Ursprung
Commit
f76f25286e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      README.md

+ 1
- 1
README.md Datei anzeigen

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