瀏覽代碼

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
 
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({