We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1336555 commit 2aea0b5Copy full SHA for 2aea0b5
ios.js
@@ -43,7 +43,7 @@ function openDocument(path:string, scheme:string) {
43
* @param {string} url URL of the resource, only file URL is supported
44
* @return {Promise}
45
*/
46
-function excludeFromBackupKey(url:string) {
+function excludeFromBackupKey(path:string) {
47
return RNFetchBlob.excludeFromBackupKey('file://' + path);
48
}
49
0 commit comments